Skip to content

Commit 9f8045f

Browse files
build(deps): bump actions/checkout from 5 to 6 in the github-actions group (#554)
build(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 204c4ce commit 9f8045f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
shell: ${{ matrix.shell }}
112112
steps:
113113
- name: Checkout
114-
uses: actions/checkout@v5
114+
uses: actions/checkout@v6
115115
with:
116116
submodules: recursive
117117

@@ -567,7 +567,7 @@ jobs:
567567
runs-on: ubuntu-latest
568568
steps:
569569
- name: Checkout dist
570-
uses: actions/checkout@v5
570+
uses: actions/checkout@v6
571571
with:
572572
ref: dist
573573
path: dist

0 commit comments

Comments
 (0)