Skip to content

Commit dc8798c

Browse files
Bump actions/checkout from 4 to 5 (#81)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06b7ee1 commit dc8798c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checkbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: check if result.html is up to date with index.html
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: install nodejs
1616
run: sudo apt-get update && sudo apt-get -y install nodejs npm && npm install inline-source
1717
- name: modify build sccript

.github/workflows/linters.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Javascript linter (standard)
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Init yarn
1616
run: yarn install
1717
- name: Run Standard
@@ -23,7 +23,7 @@ jobs:
2323
name: CSS linter (stylelint)
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- name: Init yarn
2828
run: yarn install
2929
- name: Run stylelint
@@ -32,7 +32,7 @@ jobs:
3232
name: HTML linter (html5validator)
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- uses: Cyb3r-Jak3/[email protected]
3737
with:
3838
root: html/

0 commit comments

Comments
 (0)