Skip to content

Commit 77b6b9c

Browse files
authored
Merge pull request #204 from php-api-clients/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 1823967 + c442d83 commit 77b6b9c

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@v3
16+
- uses: actions/checkout@v4
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@v3
16+
- uses: actions/checkout@v4
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@v3
41+
- uses: actions/checkout@v4
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@v3
54+
- uses: actions/checkout@v4
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@v3
86+
- uses: actions/checkout@v4
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)