Skip to content

Commit 4671e36

Browse files
Bump actions/checkout from 6.0.2 to 7.0.0 (#350)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.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 3fcb3c1 commit 4671e36

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: "Build and test"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6.0.2
13+
- uses: actions/checkout@v7.0.0
1414
- uses: actions/setup-go@v6
1515
with:
1616
go-version-file: "go.mod"
@@ -24,7 +24,7 @@ jobs:
2424
precommit:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v6.0.2
27+
- uses: actions/checkout@v7.0.0
2828
- uses: actions/setup-go@v6
2929
with:
3030
go-version-file: "go.mod"

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
username: ${{ secrets.DOCKERHUB_USERNAME }}
2323
password: ${{ secrets.DOCKERHUB_TOKEN }}
2424

25-
- uses: actions/checkout@v6.0.2
25+
- uses: actions/checkout@v7.0.0
2626
- id: get-latest-tag
2727
if: github.event_name != 'pull_request'
2828
uses: "WyriHaximus/github-action-get-previous-tag@v2"

0 commit comments

Comments
 (0)