Skip to content

Commit 9648d34

Browse files
committed
Upgrade GitHub Actions actions/cache to v2
1 parent e5cd7b5 commit 9648d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-deployment-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Maven cache
16-
uses: actions/cache@v1
16+
uses: actions/cache@v2
1717
with:
1818
path: /root/.m2/repository
1919
key: ${{ runner.os }}-maven-${{ hashFiles('project.clj') }}

0 commit comments

Comments
 (0)