Skip to content

Commit

Permalink
Merge pull request #234 from chrovis/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-2.1.6

Bump actions/cache from 2.1.5 to 2.1.6
  • Loading branch information
niyarin authored May 31, 2021
2 parents cefd546 + b723d92 commit a83b206
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Cache m2 repository
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/project.clj') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
distribution: 'adopt'
architecture: x64
- name: Cache m2 repository
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/project.clj') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'adopt'
architecture: x64
- name: Cache m2 repository
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/project.clj') }}
Expand Down

0 comments on commit a83b206

Please sign in to comment.