Skip to content

Commit d4790bb

Browse files
committed
Use actions/checkout@v4, actions/cache@v4
1 parent b4b8cc4 commit d4790bb

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@v3
24-
- uses: actions/cache@v3
23+
- uses: actions/checkout@v4
24+
- uses: actions/cache@v4
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@v3
16-
- uses: actions/cache@v3
15+
- uses: actions/checkout@v4
16+
- uses: actions/cache@v4
1717
with:
1818
path: |
1919
~/.m2/repository

0 commit comments

Comments
 (0)