Skip to content

Commit ab76063

Browse files
dependabot[bot]vjdhama
authored andcommitted
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1dbd9d8 commit ab76063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/terraform-checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
directories: ${{ steps.dirs.outputs.directories }}
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737

3838
- name: Get root directories
3939
id: dirs
@@ -56,7 +56,7 @@ jobs:
5656
rm -rf /opt/hostedtoolcache/go
5757
5858
- name: Checkout
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060

6161
- name: Terraform min/max versions
6262
id: minMax
@@ -96,7 +96,7 @@ jobs:
9696
rm -rf /opt/hostedtoolcache/go
9797
9898
- name: Checkout
99-
uses: actions/checkout@v4
99+
uses: actions/checkout@v5
100100
with:
101101
ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
102102
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)