Skip to content

Commit f59ed0d

Browse files
build(deps): bump actions/checkout from 4.1.7 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8dcf59 commit f59ed0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
auto-merge:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4.1.7
10+
- uses: actions/checkout@v5.0.0
1111
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6
1212
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
1313
with:

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
-
1212
name: Checkout
13-
uses: actions/checkout@v4.1.7
13+
uses: actions/checkout@v5.0.0
1414
-
1515
name: Run Hugo
1616
uses: crazy-max/ghaction-hugo@v2

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.1.7
12+
- uses: actions/checkout@v5.0.0
1313
with:
1414
fetch-depth: 0
1515
- uses: actions/setup-python@v3

0 commit comments

Comments
 (0)