Skip to content

Commit 395b6f8

Browse files
committed
deps(deps): update actions/checkout action to v4.2.0
1 parent 0dc532d commit 395b6f8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

.github/workflows/coding-standards.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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"
2525
uses: wagoid/[email protected]
@@ -40,7 +40,7 @@ jobs:
4040
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
4646
uses: ibiqlik/[email protected]
@@ -57,7 +57,7 @@ jobs:
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.1.7
60+
uses: actions/checkout@v4.2.0
6161

6262
- name: 🧐 Lint Markdown files
6363
uses: DavidAnson/[email protected]
@@ -77,7 +77,7 @@ jobs:
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
uses: ansible/[email protected]

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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
uses: e1himself/[email protected]

.github/workflows/upload-assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

0 commit comments

Comments
 (0)