File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4343 echo "PLATFORM_CACHE_TAG=${tag}" >> "$GITHUB_ENV"
4444
4545 - name : 📦 Check out the codebase
46- uses : actions/checkout@v4.2.1
46+ uses : actions/checkout@v4.2.2
4747
4848 - name : 🤖 Generate dist files
4949 run : ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
@@ -179,7 +179,7 @@ jobs:
179179 buildkitd-flags : " --debug"
180180
181181 - name : 📦 Check out the codebase
182- uses : actions/checkout@v4.2.1
182+ uses : actions/checkout@v4.2.2
183183
184184 - name : 🚀 Create manifest list and push
185185 working-directory : /tmp
Original file line number Diff line number Diff line change 1919 pull-requests : read
2020 steps :
2121 - name : 📦 Check out the codebase
22- uses : actions/checkout@v4.2.1
22+ uses : actions/checkout@v4.2.2
2323
2424 - name : 🧐 Lint commits using "commitlint"
2525 uses : wagoid/commitlint-github-action@v6.1.2
4040 pull-requests : read
4141 steps :
4242 - name : 📦 Check out the codebase
43- uses : actions/checkout@v4.2.1
43+ uses : actions/checkout@v4.2.2
4444
4545 - name : 🧐 Lint YAML files
4646 uses : ibiqlik/action-yamllint@v3.1.1
5757 group : markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5858 steps :
5959 - name : 📦 Check out the codebase
60- uses : actions/checkout@v4.2.1
60+ uses : actions/checkout@v4.2.2
6161
6262 - name : 🧐 Lint Markdown files
6363 uses : DavidAnson/markdownlint-cli2-action@v17.0.0
7777 YAMLLINT_CONFIG_FILE : ' ${{ github.workspace }}/.github/.yamllint.yaml'
7878 steps :
7979 - name : 📦 Check out the codebase
80- uses : actions/checkout@v4.2.1
80+ uses : actions/checkout@v4.2.2
8181
8282 - name : 🧐 Lint Ansible files
8383 uses : ansible/ansible-lint@v24.9.2
Original file line number Diff line number Diff line change 3737 echo "PLATFORM_CACHE_TAG=${tag}" >> "$GITHUB_ENV"
3838
3939 - name : 📦 Check out the codebase
40- uses : actions/checkout@v4.2.1
40+ uses : actions/checkout@v4.2.2
4141
4242 - name : 🛠️ Install goss and dgoss
4343 uses : e1himself/goss-installation-action@v1.2.1
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : 📦 Check out the codebase
17- uses : actions/checkout@v4.2.1
17+ uses : actions/checkout@v4.2.2
1818
1919 - name : 🚀 Generate dist files
2020 run : make generate
You can’t perform that action at this time.
0 commit comments