Skip to content

Commit c1fd3a1

Browse files
build(deps): Bump actions/checkout from 3.3.0 to 3.4.0 (#278)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...24cb908) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5ec572 commit c1fd3a1

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/ci-github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
actionlint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
16+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
1717
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
1818
with:
1919
go-version-file: 'go.mod'

.github/workflows/ci-go.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
golangci-lint:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
19+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
2020
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2121
with:
2222
go-version-file: 'go.mod'
@@ -29,8 +29,8 @@ jobs:
2929
name: tfprotov5 (${{ matrix.os}}, Terraform ${{ matrix.terraform}})
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
33-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
32+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
33+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
3434
with:
3535
path: terraform-provider-corner
3636
repository: hashicorp/terraform-provider-corner
@@ -71,8 +71,8 @@ jobs:
7171
name: tfprotov6 (${{ matrix.os}}, Terraform ${{ matrix.terraform}})
7272
runs-on: ${{ matrix.os }}
7373
steps:
74-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
75-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
74+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
75+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
7676
with:
7777
path: terraform-provider-corner
7878
repository: hashicorp/terraform-provider-corner
@@ -108,7 +108,7 @@ jobs:
108108
matrix:
109109
go-version: ['1.19', '1.18']
110110
steps:
111-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
111+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
112112
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
113113
with:
114114
go-version: ${{ matrix.go-version }}

.github/workflows/ci-goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
check:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
16+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
1717
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
1818
with:
1919
go-version-file: 'go.mod'

.github/workflows/ci-protobuf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
protoc:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
20+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
2121
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2222
with:
2323
go-version-file: 'go.mod'

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
32+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
3333
with:
3434
fetch-depth: 0
3535
# Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
61+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
6262
with:
6363
fetch-depth: 0
6464
# Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
@@ -83,7 +83,7 @@ jobs:
8383
contents: write # Needed for goreleaser to create GitHub release
8484
issues: write # Needed for goreleaser to close associated milestone
8585
steps:
86-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
86+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
8787
with:
8888
ref: ${{ inputs.versionNumber }}
8989
fetch-depth: 0

0 commit comments

Comments
 (0)