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 4848 # the branch was updated. To keep PSR working with the configured release branches,
4949 # we force a checkout of the desired release branch but at the workflow sha HEAD.
5050 - name : Setup | Checkout Repository at workflow sha
51- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5252 with :
5353 fetch-depth : 0
5454 ref : ${{ github.sha }}
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Setup | Checkout Repository
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 with :
2525 fetch-depth : 50 # Must at least retrieve a set of commits to compare changes
2626 # primarily because of any 'Rebase and Merge' PR action in GitHub
8181
8282 steps :
8383 - name : Setup | Checkout Repository
84- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
84+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8585 with :
8686 fetch-depth : 0
8787 ref : ${{ github.sha }}
@@ -102,7 +102,7 @@ jobs:
102102
103103 steps :
104104 - name : Setup | Checkout Repository
105- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
106106 with :
107107 fetch-depth : 1
108108 ref : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments