Skip to content

Commit 7b57cd7

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 0657ad3 commit 7b57cd7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/merge-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# checkout to the commit that has been pushed
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Setup Hugo
1717
uses: peaceiris/actions-hugo@v3.0.0

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
# checkout to the commit that has been pushed
13-
- uses: actions/checkout@v4.1.1
13+
- uses: actions/checkout@v5
1414

1515
- name: Setup Node
1616
uses: actions/setup-node@v4

.github/workflows/theme-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
update-theme:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4.1.1
11+
- uses: actions/checkout@v5
1212
with:
1313
ref: main
1414

0 commit comments

Comments
 (0)