Skip to content

Commit f424038

Browse files
Bump actions/checkout from 3.6.0 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31e3ff5 commit f424038

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
egress-policy: audit
2424

2525
- name: Checkout docs repo
26-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
26+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727

2828
- name: Set up Node.js
2929
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
egress-policy: audit
4747

4848
- name: Checkout
49-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
49+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5050

5151
- name: Setup Kind
5252
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3

.github/workflows/update-node-tables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
egress-policy: audit
2323

2424
- name: Checkout
25-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2626

2727
- name: Install dependencies (jq, curl)
2828
run: |

0 commit comments

Comments
 (0)