Skip to content

Commit a62ca29

Browse files
deps(deps): update actions/checkout action to v4.2.1
1 parent 052d117 commit a62ca29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coding-standards.yml

+3-3
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.1
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.1
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.1
6161

6262
- name: 🧐 Lint Markdown files
6363
uses: DavidAnson/[email protected]

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

+1-1
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.1
1919
with:
2020
token: ${{ secrets.WORKFLOW_TOKEN }}
2121

0 commit comments

Comments
 (0)