Skip to content

Commit 75467e1

Browse files
dependabot[bot]vapier
authored andcommitted
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 bd623c4 commit 75467e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com
2020
steps:
2121
# Fetch the source and the latest gh-pages.
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- run: git fetch origin gh-pages:refs/remotes/origin/gh-pages
2424

2525
# Account info from https://api.github.com/users/github-actions%5Bbot%5D

0 commit comments

Comments
 (0)