Skip to content

Commit e1c0db6

Browse files
authored
Merge pull request #3 from php-api-clients/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents ff61fcf + d233819 commit e1c0db6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/subsplit-client.yaml

+1-1
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'

Diff for: .github/workflows/test-client.yaml

+4-4
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'
@@ -33,7 +33,7 @@ jobs:
3333
version: ${{ steps.supported-versions-matrix.outputs.version }}
3434
upcoming: ${{ steps.supported-versions-matrix.outputs.upcoming }}
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- id: supported-versions-matrix
3838
uses: WyriHaximus/github-action-composer-php-versions-in-range@v1
3939
with:
@@ -46,7 +46,7 @@ jobs:
4646
outputs:
4747
check: ${{ steps.supported-checks-matrix.outputs.check }}
4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
- name: Download Generated Client
5151
uses: actions/download-artifact@v3
5252
with:
@@ -76,7 +76,7 @@ jobs:
7676
container:
7777
image: ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-alpine-dev-root
7878
steps:
79-
- uses: actions/checkout@v3
79+
- uses: actions/checkout@v4
8080
with:
8181
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
8282
- 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)