Skip to content

Commit

Permalink
Merge pull request #79 from freifunkMUC/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
awlx authored Aug 9, 2022
2 parents 21846e4 + e6ac98d commit c3aa27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel
Expand Down

0 comments on commit c3aa27a

Please sign in to comment.