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

Commit 98b2d33

Browse files
Bump actions/checkout from 2.4.0 to 3.0.0 (#2)
1 parent 1c7f871 commit 98b2d33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ci:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.4.0
15+
- uses: actions/checkout@v3.0.0
1616
- uses: olafurpg/setup-scala@v13
1717
with:
1818
java-version: adopt@1.11

.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-20.04
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3.0.0
1111
with:
1212
fetch-depth: 0
1313
- uses: olafurpg/setup-scala@v13

0 commit comments

Comments
 (0)