Skip to content

Commit 67c3d08

Browse files
dependabot[bot]xuwei-k
authored andcommitted
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] <[email protected]>
1 parent 6c7a7c5 commit 67c3d08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
java-version: 8
1313
distribution: temurin
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- run: ./setup.sh
1616
- run: ~/.conscript/bin/cs --version
1717
setup_script_windows:
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
java-version: 8
2424
distribution: temurin
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- run: Powershell.exe -File setup.ps1
2727
- shell: cmd
2828
run: "%HOMEDRIVE%%HOMEPATH%\\.conscript\\bin\\cs --version"
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
java-version: "${{ matrix.java }}"
4242
distribution: temurin
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- uses: coursier/cache-action@v7
4545
- uses: sbt/setup-sbt@v1
4646
- run: sbt -v test
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
java-version: 8
5858
distribution: temurin
59-
- uses: actions/checkout@v5
59+
- uses: actions/checkout@v6
6060
with:
6161
fetch-depth: 10
6262
- uses: coursier/cache-action@v7

0 commit comments

Comments
 (0)