Skip to content

Commit 1dbfebd

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d00c71a commit 1dbfebd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Dart Sass
4141
run: sudo snap install dart-sass
4242
- name: Checkout
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
submodules: recursive
4646
- name: Setup Pages

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Markdown Lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actionshub/markdownlint@main
1616
with:
1717
path: ./content
@@ -20,7 +20,7 @@ jobs:
2020
name: Stylelint
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- uses: actions-hub/stylelint@master
2525
env:
2626
PATTERN: "assets/css/input.css"

.github/workflows/update-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
app-id: ${{ vars.COMMIT_APP_ID }}
1616
private-key: ${{ secrets.COMMIT_APP_PRIVATEKEY }}
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
token: ${{ steps.app-token.outputs.token }}
2121
- name: Download
@@ -36,7 +36,7 @@ jobs:
3636
app-id: ${{ vars.COMMIT_APP_ID }}
3737
private-key: ${{ secrets.COMMIT_APP_PRIVATEKEY }}
3838
- name: Checkout
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
token: ${{ steps.app-token.outputs.token }}
4242
- name: Setup PHP

0 commit comments

Comments
 (0)