Skip to content

Commit 7acd8d9

Browse files
chore(deps): bump actions/checkout in /.github/actions/fetch-vectors (#14195)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.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@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 997f592 commit 7acd8d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/fetch-vectors/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ runs:
55
using: "composite"
66

77
steps:
8-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
99
with:
1010
repository: "C2SP/wycheproof"
1111
path: "wycheproof"
1212
# Latest commit on the wycheproof main branch, as of Jan 20, 2026.
1313
ref: "0fd0ec1cf2114f456f5c3e7c61ba807fb1311b45" # wycheproof-ref
1414
persist-credentials: false
1515

16-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
with:
1818
repository: "C2SP/x509-limbo"
1919
path: "x509-limbo"

0 commit comments

Comments
 (0)