Skip to content

Commit 8adad5b

Browse files
Bump actions/checkout from 4.3.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 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@34e1148...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 ec57988 commit 8adad5b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dco-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Check DCO Sign-off
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
with:
2121
fetch-depth: 0
2222
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Check out code into the Go module directory
21-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222

2323
- name: Set up Go Toolchain
2424
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Check out code into the Go module directory
45-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
45+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646

4747
- name: Set up Go Toolchain
4848
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5

0 commit comments

Comments
 (0)