Skip to content

Commit f12bab2

Browse files
Bump actions/checkout from 3.3.0 to 3.4.0 (#536)
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 3e6f4ea commit f12bab2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: checkout
15-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
15+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
1616
with:
1717
fetch-depth: 0
1818

@@ -82,7 +82,7 @@ jobs:
8282
name: check-docs
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
85+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
8686
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v3
8787
with:
8888
go-version-file: './go.mod'
@@ -103,7 +103,7 @@ jobs:
103103
name: lint
104104
runs-on: ubuntu-latest
105105
steps:
106-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
106+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
107107
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v3
108108
with:
109109
go-version-file: './go.mod'

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818

1919
- name: checkout
20-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.0.1
20+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.0.1
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)