File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 steps :
2424 # This is needed so backstage-cli can compare the current branch with main
2525 - name : Checkout main branch for tests purposes
26- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2727 with :
2828 ref : main
2929
3030 - name : Checkout
31- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232 with :
3333 ref : ${{ github.event.workflow_run.head_branch }}
3434
5959 runs-on : ubuntu-24.04
6060 steps :
6161 - name : Checkout head branch
62- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
62+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6363 with :
6464 ref : ${{ github.event.workflow_run.head_branch }}
6565
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
2323 - name : Enable Corepack
2424 run : corepack enable
You can’t perform that action at this time.
0 commit comments