Skip to content

Commit

Permalink
upgrade monthly deps check github actions/[checkout,cache]@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Jun 22, 2024
1 parent 0090267 commit 9098f72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/monthly-deps-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache maven dependencies
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-maven-deps
with:
Expand All @@ -34,10 +34,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache maven dependencies
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-maven-deps
with:
Expand Down

0 comments on commit 9098f72

Please sign in to comment.