We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ae852 commit 2f8ced0Copy full SHA for 2f8ced0
.github/workflows/build.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
8
- run: |
9
cd /tmp
10
wget -q https://nim-lang.org/download/nim-$NIM_VERSION-linux_x64.tar.xz
0 commit comments