Skip to content

Commit 5ba4b86

Browse files
Update actions/checkout action to v5
1 parent 133865f commit 5ba4b86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/subsplit-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
container:
1414
image: ghcr.io/wyrihaximusnet/php:8.2-nts-alpine-dev-root
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
with:
1818
fetch-depth: '0'
1919
persist-credentials: 'false'

.github/workflows/test-client.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
container:
1414
image: ghcr.io/wyrihaximusnet/php:8.2-nts-alpine-dev-root
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
with:
1818
fetch-depth: '0'
1919
persist-credentials: 'false'
@@ -38,7 +38,7 @@ jobs:
3838
version: ${{ steps.supported-versions-matrix.outputs.version }}
3939
upcoming: ${{ steps.supported-versions-matrix.outputs.upcoming }}
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4242
- id: supported-versions-matrix
4343
uses: WyriHaximus/github-action-composer-php-versions-in-range@v1
4444
with:
@@ -51,7 +51,7 @@ jobs:
5151
outputs:
5252
check: ${{ steps.supported-checks-matrix.outputs.check }}
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5555
- run: |
5656
mkdir -p example/generated-${{ inputs.name }}
5757
- name: Download Generated Client
@@ -83,7 +83,7 @@ jobs:
8383
container:
8484
image: ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-alpine-dev-root
8585
steps:
86-
- uses: actions/checkout@v4
86+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8787
with:
8888
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
8989
- run: git config --global --add safe.directory $GITHUB_WORKSPACE # Do this ourself because `actions/checkout@v3 doesn't succeed in doing this

0 commit comments

Comments
 (0)