Skip to content

Commit 5fb7384

Browse files
Bump actions/checkout from 3 to 4 (#166)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 358b3f8 commit 5fb7384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-multicodec-in-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Check out repository code
8-
uses: actions/checkout@v3
8+
uses: actions/checkout@v4
99
- name: Checkout tools repo
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
with:
1212
repository: multiformats/multicodec
1313
path: multicodec

0 commit comments

Comments
 (0)