Skip to content

Commit 2f8ced0

Browse files
committed
Updated checkout action
1 parent 36ae852 commit 2f8ced0

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
@@ -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
- run: |
99
cd /tmp
1010
wget -q https://nim-lang.org/download/nim-$NIM_VERSION-linux_x64.tar.xz

0 commit comments

Comments
 (0)