Skip to content

Commit a7bcd8c

Browse files
[🪵] Update actions/checkout action to v5
1 parent 5578228 commit a7bcd8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/setup-clients.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
outputs:
1111
version: ${{ steps.supported-versions-matrix.outputs.lowest }}
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1414
- id: supported-versions-matrix
1515
uses: WyriHaximus/github-action-composer-php-versions-in-range@v1
1616
set-up-clients:
@@ -26,7 +26,7 @@ jobs:
2626
id: current-time
2727
with:
2828
format: "YYYY/MM/DD"
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3030
- uses: ramsey/composer-install@v2
3131
- name: Set up clients
3232
run: make setup-clients

.github/workflows/subsplit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
name: Publish Sub-split
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
with:
1616
fetch-depth: '0'
1717
persist-credentials: 'false'

0 commit comments

Comments
 (0)