Skip to content

Commit 0b4fc94

Browse files
committed
Use actions/checkout v5 DEVOPS-2662
1 parent c2e7455 commit 0b4fc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-simpleserver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
with:
99
fetch-depth: 1
1010
- name: update packages

0 commit comments

Comments
 (0)