Skip to content

Commit 6b49d02

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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] <[email protected]>
1 parent fd25afb commit 6b49d02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 60
4848
steps:
4949
- name: Checkout current branch (full)
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v6
5151
with:
5252
fetch-depth: 0
5353

@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ${{ matrix.os }}
113113
steps:
114114
- name: Checkout current branch (full)
115-
uses: actions/checkout@v4
115+
uses: actions/checkout@v6
116116
with:
117117
fetch-depth: 0
118118

@@ -233,7 +233,7 @@ jobs:
233233
runs-on: ${{ matrix.os }}
234234
steps:
235235
- name: Checkout current branch (full)
236-
uses: actions/checkout@v4
236+
uses: actions/checkout@v6
237237
with:
238238
fetch-depth: 0
239239

0 commit comments

Comments
 (0)