Skip to content

Commit 51c4575

Browse files
dependabot[bot]PhilipSchmid
authored andcommitted
Bump actions/checkout from 3.3.0 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...9bb5618) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8cf09b commit 51c4575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
16+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1717
with:
1818
ref: ${{ github.event.pull_request.head.sha || github.sha }}
1919
- name: terraform fmt
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-22.04
2323
needs: formatting
2424
steps:
25-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
25+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2626
with:
2727
ref: ${{ github.ref }}
2828
- name: Render terraform docs and push changes back to PR branch

0 commit comments

Comments
 (0)