Skip to content

Commit 31b6c43

Browse files
committed
Fix checkout action version
1 parent 546c118 commit 31b6c43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
needs: [set-version, build]
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/checkout@6
72+
- uses: actions/checkout@v6
7373
- uses: actions/download-artifact@v8
7474
with:
7575
name: dstack-sshproxy

0 commit comments

Comments
 (0)