Skip to content

Commit 94ad264

Browse files
committed
Update to actions/checkout@v5
1 parent 331150f commit 94ad264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414
- uses: jiro4989/setup-nim-action@v2
1515
with:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)