File tree 2 files changed +5
-5
lines changed
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'
33
33
version : ${{ steps.supported-versions-matrix.outputs.version }}
34
34
upcoming : ${{ steps.supported-versions-matrix.outputs.upcoming }}
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- id : supported-versions-matrix
38
38
uses : WyriHaximus/github-action-composer-php-versions-in-range@v1
39
39
with :
46
46
outputs :
47
47
check : ${{ steps.supported-checks-matrix.outputs.check }}
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
- name : Download Generated Client
51
51
uses : actions/download-artifact@v3
52
52
with :
76
76
container :
77
77
image : ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-alpine-dev-root
78
78
steps :
79
- - uses : actions/checkout@v3
79
+ - uses : actions/checkout@v4
80
80
with :
81
81
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
82
82
- 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