Skip to content

Commit d1a2c10

Browse files
chore(actions): Bump actions/checkout from 5 to 6 (#2)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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> Co-authored-by: Ryan Hallock <89486399+ryanhallock@users.noreply.github.com>
1 parent 8481ec8 commit d1a2c10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
ZSTD_VERSION: v1.5.7
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Install zstd from source
1818
run: |
1919
git clone --branch "$ZSTD_VERSION" --depth 1 https://github.com/facebook/zstd.git zstd

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
ZSTD_VERSION: v1.5.7
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Install zstd from source
1818
run: |
1919
git clone --branch "$ZSTD_VERSION" --depth 1 https://github.com/facebook/zstd.git zstd

0 commit comments

Comments
 (0)