Skip to content

Commit 3604cb2

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/gh-pages-build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
rm pandoc-2.13-1-amd64.deb
3838
3939
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141

4242
- name: build
4343
run: |
@@ -91,7 +91,7 @@ jobs:
9191
needs: build
9292
steps:
9393
- name: Checkout
94-
uses: actions/checkout@v5
94+
uses: actions/checkout@v6
9595
with:
9696
repository: sww1235/sww1235.github.io
9797
ref: main

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525

2626
- name: markdownlint-cli
2727
# You may pin to the exact commit or the version.
@@ -41,14 +41,14 @@ jobs:
4141
runs-on: ubuntu-latest
4242

4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
- name: shellcheck
4646
uses: ludeeus/action-shellcheck@master
4747

4848
css-lint:
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
- name: stylelint
5353
uses: sww1235/stylelint_gh_action@master
5454
env:

0 commit comments

Comments
 (0)