Skip to content

Commit ab5191d

Browse files
Merge pull request #660 from t2linux/dependabot/github_actions/actions/checkout-6
Actions: Bump actions/checkout from 5 to 6
2 parents 6b5a91b + 17b12bd commit ab5191d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: xt0rted/markdownlint-problem-matcher@v3
1717
- name: "Run Markdown linter"
1818
uses: docker://avtodev/markdown-lint:v1
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/configure-pages@v5
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- uses: actions/setup-python@v6
2828
with:
2929
python-version: 3.x

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
- uses: xt0rted/markdownlint-problem-matcher@v3
1010
- name: "Run Markdown linter"
1111
uses: docker://avtodev/markdown-lint:v1

0 commit comments

Comments
 (0)