Skip to content

Commit 19e592f

Browse files
committed
ci(deps): bump actions/[email protected] to v5.0.0
1 parent a21e8df commit 19e592f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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 }}

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -81,7 +81,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)