Skip to content

Commit 176dd45

Browse files
dependabot[bot]pgier
authored andcommitted
build(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 e5ca556 commit 176dd45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# This setting is necessary to avoid errors during doc generation. See https://github.com/hashicorp/terraform-plugin-docs/issues/127
2222
terraform_wrapper: false
2323

24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Run doc generation
2727
id: doc_gen
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
go-version: '1.23'
5252

53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454

5555
- name: Build
5656
run: |
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
go-version: '1.23'
7575

76-
- uses: actions/checkout@v4
76+
- uses: actions/checkout@v5
7777

7878
- name: Run tests
7979
timeout-minutes: 15

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
goreleaser:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424

0 commit comments

Comments
 (0)