File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 - name : Use Node.js
2222 uses : actions/setup-node@v4
2323 with :
4646 app-id : ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
4747 private-key : ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}
4848
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v6
5050 with :
5151 persist-credentials : false
5252 ref : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 99 env :
1010 CI_JOB_NUMBER : 1
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 - uses : andresz1/size-limit-action@v1
1414 with :
1515 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-slim
77 steps :
88 - name : Checkout
9- uses : actions/checkout@v4
9+ uses : actions/checkout@v6
1010 - name : Yarn Lock Changes
1111 uses : Simek/yarn-lock-changes@v0.12.0
1212 with :
You can’t perform that action at this time.
0 commit comments