Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the gha group
Browse files Browse the repository at this point in the history
Bumps the gha group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2024
1 parent a4fc507 commit 33e8e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout branch
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v5.0.2
Expand Down

0 comments on commit 33e8e43

Please sign in to comment.