Skip to content

Commit d2398b1

Browse files
chore: bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...755da8c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 510bb0b commit d2398b1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
deploy:
1919
runs-on: ubuntu-20.04
2020
steps:
21-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
21+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
2222
with:
2323
submodules: true
2424
fetch-depth: 0

.github/workflows/codeql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
24+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
2525

2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@a669cc5936cc5e1b6a362ec1ff9e410dc570d190

.github/workflows/create-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
# pinning to the sha 5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f from https://github.com/actions/checkout/releases/tag/v2.3.4
16-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
16+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
1717
with:
1818
fetch-depth: 0
1919
# pinning to the sha 79d4afbba1b4eff8b9a98e3d2e58c4dbaf094e2b from https://github.com/goreleaser/goreleaser-action/releases/tag/v2.8.1

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
KUBERNETES_VERSION: ["v1.23.13", "v1.24.7", "v1.25.3", "v1.26.0"]
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
30+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
3131
with:
3232
submodules: true
3333
fetch-depth: 0

.github/workflows/markdown-link-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
markdown-link-check:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
24+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
2525
# pinning to the sha 9710f0fec812ce0a3b98bef4c9d842fc1f39d976 from https://github.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.13
2626
- uses: gaurav-nelson/github-action-markdown-link-check@0a51127e9955b855a9bbfa1ff5577f1d1338c9a5
2727
with:

0 commit comments

Comments
 (0)