Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.5
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.4...v4.1.5)

---
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 May 13, 2024
1 parent 3e7ec47 commit a98bc7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plan-and-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# https://github.com/marketplace/actions/checkout

- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
ref: ${{ inputs.checkout_ref }}

Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
# https://github.com/marketplace/actions/checkout

- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
ref: ${{ inputs.checkout_ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# https://github.com/marketplace/actions/checkout

- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].5

# Google Cloud Platform - Authenticate to Google Cloud
# https://github.com/marketplace/actions/authenticate-to-google-cloud
Expand Down

0 comments on commit a98bc7e

Please sign in to comment.