Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and vjdhama committed Nov 26, 2024
1 parent b816fe7 commit 9fce61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

steps:
- name: Checkout template repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: infraspecdev/terraform-module-template
token: ${{ secrets.GITHUB_TOKEN }}
path: template-repo

- name: Checkout target repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9fce61e

Please sign in to comment.