Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#1790)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

---
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 Oct 26, 2024
1 parent 0c53b56 commit 3000c48
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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].1
- uses: actions/[email protected].2

- 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].1
- uses: actions/[email protected].2

- 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].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2

- uses: actions/[email protected]
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: cross-compilation (GOOS=${{ matrix.goos }}, GOARCH=${{ matrix.goarch }})
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: actions/[email protected]
with:
Expand All @@ -53,7 +53,7 @@ jobs:
name: tests (${{ matrix.os }}/go-${{ matrix.go_version }}
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

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

- uses: golangci/[email protected]

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

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

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

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

0 comments on commit 3000c48

Please sign in to comment.