File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
11+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1212 with :
1313 token : ${{ secrets.JELLYROCK_BOT_TOKEN || secrets.GITHUB_TOKEN }}
14- - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
14+ - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
1515 with :
1616 node-version : " lts/*"
1717 cache : " npm"
1818 - name : Install NPM dependencies
1919 run : npm ci
2020 - name : Checkout jellyrock
21- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
21+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222 with :
2323 repository : cewert/jellyrock
2424 path : jellyrock
Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
40+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4141 - name : Setup Pages
4242 uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
4343 - name : Upload artifact
Original file line number Diff line number Diff line change 88 run :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
11+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1212 with :
1313 ref : ${{ github.ref_name }}
1414 token : ${{ secrets.JELLYROCK_BOT_TOKEN || secrets.GITHUB_TOKEN }}
15- - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
15+ - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
1616 with :
1717 node-version : " lts/*"
1818 cache : " npm"
1919 - name : Install NPM dependencies
2020 run : npm ci
2121 - name : Checkout jellyrock
22- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
22+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2323 with :
2424 repository : cewert/jellyrock
2525 path : jellyrock
You can’t perform that action at this time.
0 commit comments