Skip to content

Commit 47f729a

Browse files
chore(deps): bump actions/checkout in /.github/actions/fetch-vectors (#13887)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 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 7eafbb5 commit 47f729a

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

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

0 commit comments

Comments
 (0)