File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222 with :
2323 # We must fetch at least the immediate parents so that if this is
2424 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1818 name : release
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222 - uses : actions/setup-node@v6
2323 with :
2424 node-version : lts/*
Original file line number Diff line number Diff line change 2222 - 22
2323 - 24
2424 steps :
25- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2626 - name : Test with Node.js ${{ matrix.node_version }}
2727 uses : actions/setup-node@v6
2828 with :
3838 steps :
3939 - run : exit 1
4040 if : ${{ needs.test_matrix.result != 'success' }}
41- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4242 - run : npm ci
4343 - run : npm run lint
4444 - run : npm run test:typescript
Original file line number Diff line number Diff line change 1212 with :
1313 app-id : ${{ vars.OCTOKIT_APP_ID }}
1414 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616 - uses : actions/setup-node@v6
1717 with :
1818 node-version : 24
Original file line number Diff line number Diff line change 1212 with :
1313 app-id : ${{ vars.OCTOKIT_APP_ID }}
1414 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616 - uses : actions/setup-node@v6
1717 with :
1818 cache : npm
You can’t perform that action at this time.
0 commit comments