Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 9445f45

Browse files
Bump actions/checkout from 3 to 4 (#455)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c66a6e commit 9445f45

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
scala-version: ["2.12", "2.13", "3"]
2121
target-platform: ["JVM", "JS"]
2222
steps:
23-
- uses: actions/checkout@v3.5.3
23+
- uses: actions/checkout@v4
2424
- uses: coursier/[email protected]
2525
- name: Set up JDK 11
2626
uses: actions/setup-java@v3
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-22.04
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060
with:
6161
fetch-depth: 0 # checkout tags so that dynver works properly (we need the version for MiMa)
6262
- name: Set up JDK 11
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-22.04
7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@v3
77+
uses: actions/checkout@v4
7878
with:
7979
fetch-depth: 0 # checkout tags so that dynver works properly (we need the version for MiMa)
8080
- name: Set up JDK 11
@@ -92,7 +92,7 @@ jobs:
9292
needs: [build]
9393
runs-on: ubuntu-22.04
9494
steps:
95-
- uses: actions/checkout@v3.5.3
95+
- uses: actions/checkout@v4
9696
with:
9797
fetch-depth: 0
9898
- uses: coursier/[email protected]

.github/workflows/scala-steward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3.5.3
15+
uses: actions/checkout@v4
1616
- name: Set up JDK 11
1717
uses: actions/setup-java@v3
1818
with:

0 commit comments

Comments
 (0)