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 679aa81 commit 0d3f1c4
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 @@ -23,7 +23,7 @@ jobs:

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

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

# Google Cloud
- id: auth
Expand Down

0 comments on commit 0d3f1c4

Please sign in to comment.