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 b4b8cc4 commit d4790bbCopy full SHA for d4790bb
.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@v3
24
- - uses: actions/cache@v3
+ - uses: actions/checkout@v4
+ - uses: actions/cache@v4
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