Skip to content

Commit 4e45c1f

Browse files
chore(deps): bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 770775c commit 4e45c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Terraform
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6.0.1
10+
- uses: actions/checkout@v6.0.2
1111
- uses: straw-hat-team/github-actions-workflows/asdf/get-version@v1.7.8
1212
id: opentofu-version
1313
with:

0 commit comments

Comments
 (0)