Skip to content

Commit ed9033f

Browse files
deps(deps): update actions/checkout action to v4.2.2
1 parent 21d4158 commit ed9033f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coding-standards.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.1.7
22+
uses: actions/checkout@v4.2.2
2323

2424
- name: 🧐 Lint commits using "commitlint"
2525
uses: wagoid/commitlint-github-action@v6.0.1
@@ -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.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.1.7
60+
uses: actions/checkout@v4.2.2
6161

6262
- name: 🧐 Lint Markdown files
6363
uses: DavidAnson/markdownlint-cli2-action@v16.0.0

.github/workflows/sync-from-tpl.yml

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

1616
steps:
1717
- name: 📦 Check out the codebase
18-
uses: actions/checkout@v4.1.7
18+
uses: actions/checkout@v4.2.2
1919
with:
2020
token: ${{ secrets.WORKFLOW_TOKEN }}
2121

0 commit comments

Comments
 (0)