File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 test :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1919 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2020 with :
2121 node-version : 24
3131 runs-on : ubuntu-latest
3232 needs : [test]
3333 steps :
34- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
34+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3535 - name : 🛂 Can I deploy?
3636 run : BRANCH=${GITHUB_REF:11} make can_i_deploy
3737
4040 runs-on : ubuntu-latest
4141 needs : [can-i-deploy]
4242 steps :
43- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
43+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4444 - name : 🚀 Deploy
4545 run : BRANCH=${GITHUB_REF:11} make deploy
4646 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
You can’t perform that action at this time.
0 commit comments