File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 lint :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222 - uses : asdf-vm/actions/install@v4
3030 test :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 with :
3535 fetch-depth : 0
3636 - uses : asdf-vm/actions/install@v4
4848 - run : sudo zfs create zfs-pool2/unencrypted
4949 - run : echo "ddddddddddddddddddddddddddddddd" > /tmp/zfs-key
5050 - run : sudo zfs create -o encryption=on -o keylocation=file:///tmp/zfs-key -o keyformat=raw -u -v zfs-pool2/encrypted
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v5
5252 with :
5353 fetch-depth : 0
5454 - uses : asdf-vm/actions/install@v4
6565 issues : write # to be able to comment on released issues
6666 pull-requests : write # to be able to comment on released pull requests
6767 steps :
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v5
6969 with :
7070 fetch-depth : 0
7171 - uses : asdf-vm/actions/install@v4
9797 VERCEL_ORG_ID : ${{ secrets.VERCEL_ORG_ID }}
9898 VERCEL_PROJECT_ID : ${{ secrets.VERCEL_PROJECT_ID }}
9999 steps :
100- - uses : actions/checkout@v4
100+ - uses : actions/checkout@v5
101101 - name : Install Vercel CLI
102102 run : npm install --global vercel@latest
103103 - name : Pull Vercel Environment Information
You can’t perform that action at this time.
0 commit comments