We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32210d0 + fa0d153 commit 26b9e76Copy full SHA for 26b9e76
.github/workflows/codeql-analysis.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: Checkout repository
33
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
34
with:
35
# We must fetch at least the immediate parents so that if this is
36
# a pull request then we can checkout the head.
.github/workflows/gradle-wrapper-validation.yml
@@ -6,5 +6,5 @@ jobs:
6
name: "Validation"
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
10
- uses: gradle/wrapper-validation-action@v1
0 commit comments