Skip to content

Commit

Permalink
Update gradle and github actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 21, 2022
1 parent a67f46f commit d68349b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- name: "checkout repository"
uses: "actions/checkout@v2"
uses: actions/checkout@v3

- name: "validate gradle wrapper"
uses: "gradle/wrapper-validation-action@v1"
Expand All @@ -34,7 +34,7 @@ jobs:
cache: "gradle"

# Actually build
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- name: "checkout repository"
uses: "actions/checkout@v2"
uses: actions/checkout@v3

- name: "validate gradle wrapper"
uses: "gradle/wrapper-validation-action@v1"
Expand All @@ -38,7 +38,7 @@ jobs:
cache: "gradle"

# Actually build
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit d68349b

Please sign in to comment.