Skip to content

Commit a69aa25

Browse files
committed
[ci] Update actions/checkout and actions/cache
1 parent c6a22f0 commit a69aa25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
continue-on-error: false
2121
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
2222
steps:
23-
- uses: actions/checkout@v2
24-
- uses: actions/cache@v2
23+
- uses: actions/checkout@v3
24+
- uses: actions/cache@v3
2525
with:
2626
path: |
2727
~/.m2/repository

.github/workflows/manual-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
continue-on-error: false
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/cache@v2
15+
- uses: actions/checkout@v3
16+
- uses: actions/cache@v3
1717
with:
1818
path: |
1919
~/.m2/repository

0 commit comments

Comments
 (0)