Skip to content

Commit 9f318c7

Browse files
authored
Merge pull request #21 from styx-api/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 69fc195 + 1dad80d commit 9f318c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
md-dead-link-check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
# Use MDBOOK_VERSION environment variable for better control
2121
- name: Set mdbook version

0 commit comments

Comments
 (0)