File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2121 with :
2222 # We must fetch at least the immediate parents so that if this is
2323 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2121 app-id : ${{ vars.OCTOKIT_APP_ID }}
2222 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
2323 owner : octokit
24- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2525 - uses : actions/setup-node@v6
2626 with :
2727 node-version : lts/*
Original file line number Diff line number Diff line change 1818 - 22
1919 - 24
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2222 - name : Use Node.js ${{ matrix.node_version }}
2323 uses : actions/setup-node@v6
2424 with :
3434 steps :
3535 - run : exit 1
3636 if : ${{ needs.test_matrix.result != 'success' }}
37- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
37+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3838 - uses : actions/setup-node@v6
3939 with :
4040 node-version : " lts/*"
Original file line number Diff line number Diff line change 77 update_prettier :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
10+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1111 - uses : actions/setup-node@v6
1212 with :
1313 cache : npm
You can’t perform that action at this time.
0 commit comments