File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - uses : ./.github/actions/yarn
1919 with :
2020 cachix-auth-token : ${{ secrets.CACHIX_AUTH_TOKEN }}
2323 typecheck :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - uses : ./.github/actions/yarn
2828 with :
2929 cachix-auth-token : ${{ secrets.CACHIX_AUTH_TOKEN }}
3333 lint :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 - uses : ./.github/actions/yarn
3838 with :
3939 cachix-auth-token : ${{ secrets.CACHIX_AUTH_TOKEN }}
4343 doctor :
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 - uses : ./.github/actions/yarn
4848 with :
4949 cachix-auth-token : ${{ secrets.CACHIX_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 2020 build :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - uses : cachix/install-nix-action@v22
2525 - name : Setup Cachix
2626 uses : cachix/cachix-action@v13
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 name : Release all packages
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - run : |
1818 echo "Must be on master branch to publish packages."
1919 exit 1
You can’t perform that action at this time.
0 commit comments