Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2
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]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 667012b commit 2e762d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Unshallow
run: git fetch --prune --unshallow
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version: 1.22

- name: Check out code into the Go module directory
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Get dependencies
run: go mod download
Expand All @@ -46,7 +46,7 @@ jobs:
go-version: 1.22

- name: Check out code into the Go module directory
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Generate
run: go generate ./...
Expand All @@ -64,7 +64,7 @@ jobs:
packages: write
steps:
- name: Check out code into the Go module directory
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
terraform_wrapper: false

- name: Check out code into the Go module directory
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: TF acceptance tests
timeout-minutes: 10
Expand Down

0 comments on commit 2e762d0

Please sign in to comment.