File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525 with :
2626 # We must fetch at least the immediate parents so that if this is
2727 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2424 with :
2525 app-id : ${{ vars.OCTOKIT_APP_ID }}
2626 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - uses : actions/setup-node@v5
2929 with :
3030 node-version : lts/*
Original file line number Diff line number Diff line change 1212 test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616 - uses : actions/setup-node@v5
1717 with :
1818 node-version : 22
Original file line number Diff line number Diff line change 1313 with :
1414 app-id : ${{ vars.OCTOKIT_APP_ID }}
1515 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-node@v5
1818 with :
1919 node-version : " lts/*"
You can’t perform that action at this time.
0 commit comments