Skip to content

Commit b539933

Browse files
committed
[ci] Update actions/checkout and actions/cache
1 parent 3f318f0 commit b539933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
os: [ ubuntu-latest, windows-latest, macos-latest ]
2323
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
2424
steps:
25-
- uses: actions/checkout@v2
26-
- uses: actions/cache@v2
25+
- uses: actions/checkout@v3
26+
- uses: actions/cache@v3
2727
with:
2828
path: |
2929
~/.m2/repository

0 commit comments

Comments
 (0)