Skip to content

Commit d6be144

Browse files
committed
chore(deps): update actions/checkout action to v4.1.5
1 parent 6b57dc0 commit d6be144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.1.4
22+
uses: actions/checkout@v4.1.5
2323

2424
- name: 🧐 Lint commits using "commitlint"
2525
uses: wagoid/commitlint-github-action@v6.0.1
@@ -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.1.4
40+
uses: actions/checkout@v4.1.5
4141

4242
- name: 🧐 Lint YAML files
4343
uses: ibiqlik/action-yamllint@v3.1.1
@@ -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.1.4
57+
uses: actions/checkout@v4.1.5
5858

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

0 commit comments

Comments
 (0)