Skip to content

Commit 7a56864

Browse files
chore(deps): update actions/checkout action to v4.3.0
1 parent 8e40f30 commit 7a56864

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ${{ inputs.os }}
5050
steps:
5151
- name: 📦 Check out the codebase
52-
uses: actions/checkout@v4.2.2
52+
uses: actions/checkout@v4.3.0
5353

5454
- name: 🛠️ Install goss and dgoss
5555
uses: e1himself/[email protected]

.github/workflows/create-changesets-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: 📦 Check out the codebase
34-
uses: actions/checkout@v4.2.2
34+
uses: actions/checkout@v4.3.0
3535
with:
3636
fetch-depth: 0
3737

.github/workflows/integrate.yml

Lines changed: 3 additions & 3 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.2
22+
uses: actions/checkout@v4.3.0
2323

2424
- name: 🧐 Lint commits using "commitlint"
2525
uses: wagoid/[email protected]
@@ -37,7 +37,7 @@ jobs:
3737
group: coding-standards-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3838
steps:
3939
- name: 📦 Check out the codebase
40-
uses: actions/checkout@v4.2.2
40+
uses: actions/checkout@v4.3.0
4141

4242
- name: 🧐 Lint YAML files
4343
uses: ibiqlik/[email protected]
@@ -54,7 +54,7 @@ jobs:
5454
group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5555
steps:
5656
- name: 📦 Check out the codebase
57-
uses: actions/checkout@v4.2.2
57+
uses: actions/checkout@v4.3.0
5858

5959
- name: 🧐 Lint Markdown files
6060
uses: DavidAnson/[email protected]

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ inputs.os }}
2626
steps:
2727
- name: 📦 Check out the codebase
28-
uses: actions/checkout@v4.2.2
28+
uses: actions/checkout@v4.3.0
2929
with:
3030
fetch-depth: 0
3131

0 commit comments

Comments
 (0)