File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
DOCKER_BUILDKIT : 1
18
18
COMPOSE_DOCKER_CLI_BUILD : 1
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
22
22
- name : Set up Docker Buildx
23
23
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 12
12
DOCKER_BUILDKIT : 1
13
13
COMPOSE_DOCKER_CLI_BUILD : 1
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Fetch site artifact
17
17
uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
18
18
with :
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout source code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
15
15
- name : Check Changes
16
16
id : changed-env
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout source code
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
33
33
- name : Lint Code Base
34
34
continue-on-error : true
Original file line number Diff line number Diff line change 37
37
outputs :
38
38
changed : ${{ steps.changes.outputs.any_changed }}
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
42
42
- name : Check for base image related changes
43
43
# tj-actions/changed-files v44.5.7
Original file line number Diff line number Diff line change 85
85
runs-on : ubuntu-latest
86
86
steps :
87
87
88
- - uses : actions/checkout@v4
88
+ - uses : actions/checkout@v5
89
89
90
90
- name : Check for workflow changes
91
91
# tj-actions/changed-files v44.5.7
97
97
98
98
# see https://github.com/mcdeck/netlify-cms-oauth-provider-php
99
99
- name : Checkout the netlify-cms-oauth-provider-php
100
- uses : actions/checkout@v4
100
+ uses : actions/checkout@v5
101
101
with :
102
102
repository : mcdeck/netlify-cms-oauth-provider-php
103
103
path : netlify-cms-oauth-provider-php
You can’t perform that action at this time.
0 commit comments