Skip to content

Commit

Permalink
chore: bump actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanman-sonatype committed Feb 14, 2025
1 parent 3064df0 commit 71629a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'adopt'

- name: Cache Gradle packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v2

- name: Download the application files
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: jar_files

Expand Down

0 comments on commit 71629a3

Please sign in to comment.