Skip to content

Commit a5ea153

Browse files
build(deps): Bump actions/checkout from 3 to 4 (#151)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbea6b3 commit a5ea153

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Unshallow
2525
run: git fetch --prune --unshallow

Diff for: .github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: go
2727

2828
- name: Check out code into the Go module directory
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Get dependencies
3232
run: |
@@ -65,7 +65,7 @@ jobs:
6565
terraform_wrapper: false
6666

6767
- name: Check out code into the Go module directory
68-
uses: actions/checkout@v3
68+
uses: actions/checkout@v4
6969

7070
- name: Get dependencies
7171
run: |
@@ -95,7 +95,7 @@ jobs:
9595
terraform_wrapper: false
9696

9797
- name: Check out code into the Go module directory
98-
uses: actions/checkout@v3
98+
uses: actions/checkout@v4
9999

100100
- name: Get dependencies
101101
run: |

0 commit comments

Comments
 (0)