Skip to content

Commit

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

---
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 May 21, 2024
1 parent 00f2631 commit 91d5bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].5
uses: actions/[email protected].6

- name: Log into registry ${{ env.REGISTRY }}
uses: docker/[email protected]
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- uses: docker/[email protected]
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 91d5bb8

Please sign in to comment.