Skip to content

Commit 04b27f0

Browse files
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1de748b commit 04b27f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2.4.0
10+
- uses: actions/checkout@v3
1111
- uses: olafurpg/setup-scala@v13
1212
- name: Publish
1313
run: |

.github/workflows/scala.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-20.04
99
timeout-minutes: 30
1010
steps:
11-
- uses: actions/checkout@v2.4.0
11+
- uses: actions/checkout@v3
1212
- name: Set up JDK 8
1313
uses: olafurpg/setup-scala@v13
1414
with:
@@ -31,7 +31,7 @@ jobs:
3131
platform: [ 'JVM', 'JS', 'Native' ]
3232
steps:
3333
- name: Checkout current branch
34-
uses: actions/checkout@v2.4.0
34+
uses: actions/checkout@v3
3535
with:
3636
fetch-depth: 0
3737
- name: Setup Scala and Java

0 commit comments

Comments
 (0)