Skip to content

Commit

Permalink
Bump actions/checkout (#272)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from cd7d8d697e10461458bc61a30d094dc601a8b017 to 43045ae669be728bd34ed56fcd1a230c0dc4d8e2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@cd7d8d6...43045ae)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
...

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 Apr 25, 2024
1 parent 5dcc8d3 commit f37b2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
uses: actions/checkout@43045ae669be728bd34ed56fcd1a230c0dc4d8e2

- name: Setup Java
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2
Expand Down

0 comments on commit f37b2c7

Please sign in to comment.