Skip to content

Commit

Permalink
Merge pull request #165 from moia-oss/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
saeltz authored Nov 24, 2023
2 parents fbd990f + b3a574b commit 6c5c4da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.ivy2
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.ivy2
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.ivy2
Expand All @@ -60,7 +60,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.ivy2
Expand All @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.ivy2
Expand Down

0 comments on commit 6c5c4da

Please sign in to comment.