Skip to content

Commit 38d796f

Browse files
chore(deps): update actions/checkout action to v4 (#25)
1 parent 0113ec5 commit 38d796f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
~/.cache/bazelisk
1515
~/.cache/bazel-disk-cache
1616
key: ${{runner.os}}-bazel-cache
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- run: 'bazel build --config=ci //:ecsact'
1919
- run: 'cp ./bazel-bin/ecsact ecsact_${{ github.ref_name }}_linux_x64'
2020
- run: 'gh release upload ${{ github.ref_name }} ecsact_${{ github.ref_name }}_linux_x64'
@@ -32,7 +32,7 @@ jobs:
3232
/Users/runneradmin/AppData/Local/bazelisk
3333
/Users/runneradmin/.cache/bazel-disk-cache
3434
key: ${{runner.os}}-bazel-cache
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
- run: 'bazel build --config=ci //:ecsact'
3737
- run: 'Copy-Item .\bazel-bin\ecsact.exe -Destination .\ecsact_${{ github.ref_name }}_windows_x64.exe'
3838
- run: 'gh release upload ${{ github.ref_name }} ./ecsact_${{ github.ref_name }}_windows_x64.exe'

0 commit comments

Comments
 (0)