Skip to content

Commit

Permalink
fix: update github actions with v3 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Oct 10, 2023
1 parent 5859ef6 commit d279864
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
java-version: '17'

- name: Setup Gradle Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetch Sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Snyk
uses: snyk/actions/[email protected]
Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetch Sources
uses: actions/checkout@v2
uses: actions/checkout@v3

# PluginVerifier has been compiled by a more recent version of the Java - Java 11.
# That's why, we are using not version 8 here, but 11.
Expand All @@ -84,7 +84,7 @@ jobs:
java-version: '17'

- name: Setup Gradle Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: '17'

- name: Setup Gradle Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: '17'

- name: Setup Gradle Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit d279864

Please sign in to comment.