Skip to content

Commit

Permalink
Merge pull request #146 from sVoxelDev/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v3
  • Loading branch information
Silthus authored Jul 8, 2022
2 parents b137c6d + db4922b commit 2294746
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 2294746

Please sign in to comment.