File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ${{ matrix.os }}
2323 steps :
2424 - name : Checkout the repository
25- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
25+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2626 - uses : ./.github/actions/set_up_runner
2727 with :
2828 github_token : ${{ secrets.GITHUB_TOKEN }}
3939 runs-on : ${{ matrix.os }}
4040 steps :
4141 - name : Checkout the repository
42- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
42+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4343 - uses : ./.github/actions/set_up_runner
4444 with :
4545 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1818 # branches and tags. This is important if the workflow is launched via
1919 # workspace_dispatch event. It ensures that we can find the release tag
2020 # and the major version tag.
21- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222 with :
2323 # Fetch all history for all branches and tags
2424 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments