Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 14, 2024
1 parent bce4176 commit e367dfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: cross-compilation (GOOS=${{ matrix.goos }}, GOARCH=${{ matrix.goarch }})
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: actions/setup-go@v5.0.0
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
name: tests (${{ matrix.os }}/go-${{ matrix.go-version }}/${{ matrix.goarch }})
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: actions/setup-go@v5.0.0
id: go
Expand All @@ -83,7 +83,7 @@ jobs:
name: integration tests (${{ matrix.os }})
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: actions/setup-go@v5.0.0
id: go
Expand All @@ -96,6 +96,6 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: golangci/golangci-lint-action@v4.0.0

0 comments on commit e367dfb

Please sign in to comment.