Skip to content

Commit 2158204

Browse files
authoredFeb 21, 2025
Fixing checkout action version (#38)
1 parent 528ace8 commit 2158204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
with:
2424
token: ${{ secrets.RELEASE_TOKEN }}
2525
- uses: denolib/setup-deno@v2

0 commit comments

Comments
 (0)