Skip to content

Commit 60b99f2

Browse files
Bumped actions/checkout@v2 => @V3 and actions/[email protected] => @3.11.0 (dariuszseweryn#834)
Fixes GitHub action warnings
1 parent 2b2cdb3 commit 60b99f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
needs: gradle_validation
1717
steps:
1818
- name: "Checkout Repository"
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
- name: "Set up Android JDK environment"
21-
uses: actions/setup-java@v2.2.0
21+
uses: actions/setup-java@v3.11.0
2222
with:
2323
distribution: 'adopt'
2424
java-version: '11'

0 commit comments

Comments
 (0)