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.1.7
46+ uses : actions/checkout@v4.2.0
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.1.7
182+ uses : actions/checkout@v4.2.0
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.1.7
22+ uses : actions/checkout@v4.2.0
2323
2424 - name : 🧐 Lint commits using "commitlint"
25254040 pull-requests : read
4141 steps :
4242 - name : 📦 Check out the codebase
43- uses : actions/checkout@v4.1.7
43+ uses : actions/checkout@v4.2.0
4444
4545 - name : 🧐 Lint YAML files
46465757 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.1.7
60+ uses : actions/checkout@v4.2.0
6161
6262 - name : 🧐 Lint Markdown files
6363 uses :
DavidAnson/[email protected] 7777 YAMLLINT_CONFIG_FILE : ' ${{ github.workspace }}/.github/.yamllint.yaml'
7878 steps :
7979 - name : 📦 Check out the codebase
80- uses : actions/checkout@v4.1.7
80+ uses : actions/checkout@v4.2.0
8181
8282 - name : 🧐 Lint Ansible files
8383
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.1.7
40+ uses : actions/checkout@v4.2.0
4141
4242 - name : 🛠️ Install goss and dgoss
4343
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.1.7
17+ uses : actions/checkout@v4.2.0
1818
1919 - name : 🚀 Generate dist files
2020 run : make generate
You can’t perform that action at this time.
0 commit comments