Skip to content

Commit

Permalink
Merge pull request #43045 from qgis/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-v2.1.5

Bump actions/cache from v2.1.4 to v2.1.5
  • Loading branch information
m-kuhn committed May 1, 2021
2 parents b629bb0 + 040c77d commit 47c57b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Cache - name: Cache
id: cache id: cache
uses: actions/cache@v2.1.4 uses: actions/cache@v2.1.5
with: with:
path: ~/.ccache path: ~/.ccache
key: docker-build-${{ matrix.branch }}-${{ github.sha }} key: docker-build-${{ matrix.branch }}-${{ github.sha }}
Expand Down

0 comments on commit 47c57b6

Please sign in to comment.