Skip to content

Commit e9fc87d

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#81)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b49972a commit e9fc87d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Checkout code
4848
if: ${{ steps.release.outputs.is_release }}
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
with:
5151
ref: main
5252

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
image: hashicorp/terraform:${{ matrix.terraform }}
1919
steps:
2020
- name: "Checkout"
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: terraform init
2323
run: terraform init -get -backend=false -input=false
2424
- if: contains(matrix.terraform, '1.1.')
@@ -45,7 +45,7 @@ jobs:
4545
container:
4646
image: hashicorp/terraform:${{ matrix.terraform }}
4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949
- name: terraform init
5050
run: terraform init -get -backend=false -input=false
5151
- if: contains(matrix.terraform, '1.1.')

0 commit comments

Comments
 (0)