Skip to content

Commit 982fe1a

Browse files
authored
Merge pull request #31 from cpp-lln-lab/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 6c844a5 + 1a08c2c commit 982fe1a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publishdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout master
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Deploy docs
1717
uses: mhausenblas/mkdocs-deploy-gh-pages@master

.github/workflows/validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
codespell:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- uses: codespell-project/actions-codespell@master
2121

2222
markdown-link-check:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 commit comments

Comments
 (0)