Skip to content

Commit

Permalink
chore(deps): bump some gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Feb 7, 2024
1 parent 1c48be7 commit 5e8ab44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# Caches
- name: Gradle cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -41,7 +41,7 @@ jobs:
java-version: 17

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2

# Gradle check
- name: Build with Gradle
Expand Down

0 comments on commit 5e8ab44

Please sign in to comment.