Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7 (#1640)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent 4537ef1 commit 09ce66f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: docker meta
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: test-dockerfile
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: setup qemu
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test-goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- uses: actions/[email protected]
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: tests (${{ matrix.os }}/go-${{ matrix.go_version }}-${{ matrix.arch }})
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- uses: actions/[email protected]
id: go
Expand All @@ -52,15 +52,15 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- uses: golangci/[email protected]

staticcheck:
name: staticcheck
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- uses: actions/[email protected]
id: go
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- uses: actions/[email protected]
id: go
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- lint
- staticcheck
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: download binary
uses: actions/[email protected]
Expand Down

0 comments on commit 09ce66f

Please sign in to comment.