Skip to content

Commit aa0cdd2

Browse files
build(deps): bump actions/checkout from 5 to 6
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>
1 parent 2fcd517 commit aa0cdd2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ${{ matrix.target.os }}
6565
steps:
6666
- name: Checkout Repository and Submodules
67-
uses: actions/checkout@v5
67+
uses: actions/checkout@v6
6868
with:
6969
fetch-depth: 0
7070
submodules: recursive
@@ -114,7 +114,7 @@ jobs:
114114
needs: archive-natives
115115
steps:
116116
- name: Checkout Repository
117-
uses: actions/checkout@v5
117+
uses: actions/checkout@v6
118118

119119
- name: Download Artifacts
120120
uses: actions/download-artifact@v6
@@ -154,7 +154,7 @@ jobs:
154154
needs: [ build-java, archive-natives ]
155155
steps:
156156
- name: Checkout Repository
157-
uses: actions/checkout@v5
157+
uses: actions/checkout@v6
158158
with:
159159
fetch-depth: 0
160160

0 commit comments

Comments
 (0)