Skip to content

Commit 0a66557

Browse files
committed
deps(deps): update actions/checkout action to v4.2.2
1 parent 54ade86 commit 0a66557

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "PLATFORM_CACHE_TAG=${tag}" >> "$GITHUB_ENV"
4141
4242
- name: 📦 Check out the codebase
43-
uses: actions/checkout@v4.2.0
43+
uses: actions/checkout@v4.2.2
4444

4545
- name: 🤖 Generate dist files
4646
run: ansible-playbook src/playbook.yml -l ${{ matrix.nginx_type }}-${{ matrix.os_name }}
@@ -176,7 +176,7 @@ jobs:
176176
buildkitd-flags: "--debug"
177177

178178
- name: 📦 Check out the codebase
179-
uses: actions/checkout@v4.2.0
179+
uses: actions/checkout@v4.2.2
180180

181181
- name: 🚀 Create manifest list and push
182182
working-directory: /tmp

.github/workflows/coding-standards.yml

Lines changed: 4 additions & 4 deletions
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.2.0
22+
uses: actions/checkout@v4.2.2
2323

2424
- name: 🧐 Lint commits using "commitlint"
2525
uses: wagoid/commitlint-github-action@v6.1.2
@@ -40,7 +40,7 @@ jobs:
4040
pull-requests: read
4141
steps:
4242
- name: 📦 Check out the codebase
43-
uses: actions/checkout@v4.2.0
43+
uses: actions/checkout@v4.2.2
4444

4545
- name: 🧐 Lint YAML files
4646
uses: ibiqlik/action-yamllint@v3.1.1
@@ -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.2.0
60+
uses: actions/checkout@v4.2.2
6161

6262
- name: 🧐 Lint Markdown files
6363
uses: DavidAnson/markdownlint-cli2-action@v17.0.0
@@ -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.2.0
80+
uses: actions/checkout@v4.2.2
8181

8282
- name: 🧐 Lint Ansible files
8383
uses: ansible/ansible-lint@v24.10.0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "PLATFORM_CACHE_TAG=${tag}" >> "$GITHUB_ENV"
3535
3636
- name: 📦 Check out the codebase
37-
uses: actions/checkout@v4.2.0
37+
uses: actions/checkout@v4.2.2
3838

3939
- name: 🛠️ Install goss and dgoss
4040
uses: e1himself/goss-installation-action@v1.2.1

.github/workflows/upload-assets.yml

Lines changed: 1 addition & 1 deletion
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.2.0
17+
uses: actions/checkout@v4.2.2
1818

1919
- name: 🚀 Generate dist files
2020
run: make generate

0 commit comments

Comments
 (0)