Skip to content

Commit 1f36222

Browse files
dependabot[bot]kevin-lee
authored andcommitted
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6fe58e commit 1f36222

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- { name: "Scala 3.3", version: "3.3.5", binary-version: "3", java-version: "11", java-distribution: "temurin", report: "" }
2525

2626
steps:
27-
- uses: actions/checkout@v4.1.2
27+
- uses: actions/checkout@v5
2828
- uses: actions/[email protected]
2929
with:
3030
java-version: ${{ matrix.scala.java-version }}

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- { name: "Scala 3", version: "3.3.5", binary-version: "3", java-version: "11", java-distribution: "temurin", report: "" }
2424

2525
steps:
26-
- uses: actions/checkout@v4.1.2
26+
- uses: actions/checkout@v5
2727
- uses: actions/[email protected]
2828
with:
2929
java-version: ${{ matrix.scala.java-version }}

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- { name: "Scala 3.3", version: "3.3.5", binary-version: "3", java-version: "11", java-distribution: "temurin", report: "report" }
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- uses: actions/[email protected]
2929
with:
3030
java-version: ${{ matrix.scala.java-version }}

.github/workflows/doc-site-build-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- { version: "22.17.0" }
2222

2323
steps:
24-
- uses: actions/checkout@v4.1.2
24+
- uses: actions/checkout@v5
2525
- uses: actions/[email protected]
2626
with:
2727
java-version: ${{ matrix.scala.java-version }}

.github/workflows/doc-site-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- { version: "22.17.0" }
2222

2323
steps:
24-
- uses: actions/checkout@v4.1.2
24+
- uses: actions/checkout@v5
2525
- uses: actions/[email protected]
2626
with:
2727
java-version: ${{ matrix.scala.java-version }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- { name: "Scala 3", version: "3.3.5", binary-version: "3", java-version: "11", java-distribution: "temurin", report: "" }
2626

2727
steps:
28-
- uses: actions/checkout@v4.1.2
28+
- uses: actions/checkout@v5
2929
- uses: actions/[email protected]
3030
with:
3131
java-version: ${{ matrix.scala.java-version }}
@@ -64,7 +64,7 @@ jobs:
6464

6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/checkout@v4.1.2
67+
- uses: actions/checkout@v5
6868
- uses: actions/[email protected]
6969
with:
7070
java-version: ${{ env.GH_JAVA_VERSION }}
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292

9393
steps:
94-
- uses: actions/checkout@v4.1.2
94+
- uses: actions/checkout@v5
9595
with:
9696
fetch-depth: 0
9797
- uses: actions/[email protected]
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-latest
135135

136136
steps:
137-
- uses: actions/checkout@v4.1.2
137+
- uses: actions/checkout@v5
138138
with:
139139
fetch-depth: 0
140140
- uses: actions/[email protected]

0 commit comments

Comments
 (0)