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 c6a22f0 commit a69aa25Copy full SHA for a69aa25
.github/workflows/build.yml
@@ -20,8 +20,8 @@ jobs:
20
continue-on-error: false
21
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
22
steps:
23
- - uses: actions/checkout@v2
24
- - uses: actions/cache@v2
+ - uses: actions/checkout@v3
+ - uses: actions/cache@v3
25
with:
26
path: |
27
~/.m2/repository
.github/workflows/manual-integration-tests.yml
@@ -12,8 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
16
17
18
19
0 commit comments