Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 5ee3abb commit db4922b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand All @@ -63,7 +63,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Grant execute permission to gradlew
run: chmod +x gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Grant execute permission to gradlew
run: chmod +x gradlew
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Grant execute permission to gradlew
run: chmod +x gradlew
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle

- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit db4922b

Please sign in to comment.