Skip to content

Commit 921f2ed

Browse files
committed
update action version
1 parent e71d278 commit 921f2ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/shared_dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: github.repository_owner == 'googleapis'
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: stCarolas/setup-maven@v4
17+
- uses: actions/checkout@v4
18+
- uses: stCarolas/setup-maven@v5
1919
with:
2020
maven-version: 3.8.1
21-
- uses: actions/setup-java@v1
21+
- uses: actions/setup-java@v4
2222
with:
2323
java-version: 11
2424
- run: java -version

0 commit comments

Comments
 (0)