Skip to content

Commit 9942487

Browse files
dependabot[bot]PhilipSchmid
authored andcommitted
Bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b01e272 commit 9942487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4.2.0
12+
uses: actions/checkout@v4.2.1
1313
with:
1414
ref: ${{ github.event.pull_request.head.sha }}
1515
- name: terraform fmt
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919
needs: formatting
2020
steps:
21-
- uses: actions/checkout@v4.2.0
21+
- uses: actions/checkout@v4.2.1
2222
with:
2323
ref: ${{ github.event.pull_request.head.ref }}
2424
- name: Render terraform docs and push changes back to PR branch

0 commit comments

Comments
 (0)