We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6990bc4 commit 7732ebfCopy full SHA for 7732ebf
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- OS: "ubuntu-latest"
22
SCALA_VERSION: "2.13.7"
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
with:
26
fetch-depth: 0
27
submodules: true
@@ -44,7 +44,7 @@ jobs:
44
format:
45
runs-on: ubuntu-latest
46
47
48
49
50
@@ -60,7 +60,7 @@ jobs:
60
if: github.event_name == 'push'
61
62
63
64
65
66
0 commit comments