File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
container :
14
14
image : ghcr.io/wyrihaximusnet/php:8.2-nts-alpine-dev-root
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : ' 0'
19
19
persist-credentials : ' false'
Original file line number Diff line number Diff line change 13
13
container :
14
14
image : ghcr.io/wyrihaximusnet/php:8.2-nts-alpine-dev-root
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : ' 0'
19
19
persist-credentials : ' false'
38
38
version : ${{ steps.supported-versions-matrix.outputs.version }}
39
39
upcoming : ${{ steps.supported-versions-matrix.outputs.upcoming }}
40
40
steps :
41
- - uses : actions/checkout@v3
41
+ - uses : actions/checkout@v4
42
42
- id : supported-versions-matrix
43
43
uses : WyriHaximus/github-action-composer-php-versions-in-range@v1
44
44
with :
51
51
outputs :
52
52
check : ${{ steps.supported-checks-matrix.outputs.check }}
53
53
steps :
54
- - uses : actions/checkout@v3
54
+ - uses : actions/checkout@v4
55
55
- run : |
56
56
mkdir -p example/generated-${{ inputs.name }}
57
57
- name : Download Generated Client
83
83
container :
84
84
image : ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-alpine-dev-root
85
85
steps :
86
- - uses : actions/checkout@v3
86
+ - uses : actions/checkout@v4
87
87
with :
88
88
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
89
89
- run : git config --global --add safe.directory $GITHUB_WORKSPACE # Do this ourself because `actions/checkout@v3 doesn't succeed in doing this
You can’t perform that action at this time.
0 commit comments