Skip to content

Commit 7594104

Browse files
chore(deps): bump actions/checkout in /.github/actions/fetch-vectors (#13903)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93cb6ef...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bc550d commit 7594104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
99
with:
1010
repository: "C2SP/wycheproof"
1111
path: "wycheproof"
1212
# Latest commit on the wycheproof main branch, as of Nov 18, 2025.
1313
ref: "e3c37e9db0f85a762dfcef1642b046bd31090ca4" # wycheproof-ref
1414
persist-credentials: false
1515

16-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
16+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1717
with:
1818
repository: "C2SP/x509-limbo"
1919
path: "x509-limbo"

0 commit comments

Comments
 (0)