Skip to content

Commit 9fce61e

Browse files
dependabot[bot]vjdhama
authored andcommitted
chore(deps): bump actions/checkout from 3 to 4
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>
1 parent b816fe7 commit 9fce61e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-configs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
steps:
1111
- name: Checkout template repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
repository: infraspecdev/terraform-module-template
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
path: template-repo
1717

1818
- name: Checkout target repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
repository: ${{ github.repository }}
2222
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)