Skip to content

Commit b1a71b6

Browse files
Bump actions/checkout from 3.0.0 to 5.0.0 (#12)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 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@v3...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e655b75 commit b1a71b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
with:
99
go-version: '1.23.8'
1010

11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5.0.0
1212
with:
1313
fetch-depth: 0
1414

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v3.0.0
32+
uses: actions/checkout@v5.0.0
3333

3434
# Login against a Docker registry except on PR
3535
# https://github.com/docker/login-action

.github/workflows/release.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
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5.0.0
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)