File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 43
43
echo "PLATFORM_CACHE_TAG=${tag}" >> "$GITHUB_ENV"
44
44
45
45
- name : 📦 Check out the codebase
46
- uses : actions/checkout@v4.1.7
46
+ uses : actions/checkout@v4.2.0
47
47
48
48
- name : 🤖 Generate dist files
49
49
run : ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
@@ -179,7 +179,7 @@ jobs:
179
179
buildkitd-flags : " --debug"
180
180
181
181
- name : 📦 Check out the codebase
182
- uses : actions/checkout@v4.1.7
182
+ uses : actions/checkout@v4.2.0
183
183
184
184
- name : 🚀 Create manifest list and push
185
185
working-directory : /tmp
Original file line number Diff line number Diff line change 19
19
pull-requests : read
20
20
steps :
21
21
- name : 📦 Check out the codebase
22
- uses : actions/checkout@v4.1.7
22
+ uses : actions/checkout@v4.2.0
23
23
24
24
- name : 🧐 Lint commits using "commitlint"
25
25
40
40
pull-requests : read
41
41
steps :
42
42
- name : 📦 Check out the codebase
43
- uses : actions/checkout@v4.1.7
43
+ uses : actions/checkout@v4.2.0
44
44
45
45
- name : 🧐 Lint YAML files
46
46
57
57
group : markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
58
58
steps :
59
59
- name : 📦 Check out the codebase
60
- uses : actions/checkout@v4.1.7
60
+ uses : actions/checkout@v4.2.0
61
61
62
62
- name : 🧐 Lint Markdown files
63
63
uses :
DavidAnson/[email protected]
77
77
YAMLLINT_CONFIG_FILE : ' ${{ github.workspace }}/.github/.yamllint.yaml'
78
78
steps :
79
79
- name : 📦 Check out the codebase
80
- uses : actions/checkout@v4.1.7
80
+ uses : actions/checkout@v4.2.0
81
81
82
82
- name : 🧐 Lint Ansible files
83
83
Original file line number Diff line number Diff line change 37
37
echo "PLATFORM_CACHE_TAG=${tag}" >> "$GITHUB_ENV"
38
38
39
39
- name : 📦 Check out the codebase
40
- uses : actions/checkout@v4.1.7
40
+ uses : actions/checkout@v4.2.0
41
41
42
42
- name : 🛠️ Install goss and dgoss
43
43
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : 📦 Check out the codebase
17
- uses : actions/checkout@v4.1.7
17
+ uses : actions/checkout@v4.2.0
18
18
19
19
- name : 🚀 Generate dist files
20
20
run : make generate
You can’t perform that action at this time.
0 commit comments