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.2.1
46
+ uses : actions/checkout@v4.2.2
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.2.1
182
+ uses : actions/checkout@v4.2.2
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.2.1
22
+ uses : actions/checkout@v4.2.2
23
23
24
24
- name : 🧐 Lint commits using "commitlint"
25
25
uses : wagoid/commitlint-github-action@v6.1.2
40
40
pull-requests : read
41
41
steps :
42
42
- name : 📦 Check out the codebase
43
- uses : actions/checkout@v4.2.1
43
+ uses : actions/checkout@v4.2.2
44
44
45
45
- name : 🧐 Lint YAML files
46
46
uses : ibiqlik/action-yamllint@v3.1.1
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.2.1
60
+ uses : actions/checkout@v4.2.2
61
61
62
62
- name : 🧐 Lint Markdown files
63
63
uses : DavidAnson/markdownlint-cli2-action@v17.0.0
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.2.1
80
+ uses : actions/checkout@v4.2.2
81
81
82
82
- name : 🧐 Lint Ansible files
83
83
uses : ansible/ansible-lint@v24.10.0
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.2.1
40
+ uses : actions/checkout@v4.2.2
41
41
42
42
- name : 🛠️ Install goss and dgoss
43
43
uses : e1himself/goss-installation-action@v1.2.1
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.2.1
17
+ uses : actions/checkout@v4.2.2
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