Skip to content

Commit

Permalink
Merge pull request #125 from freifunkMUC/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
GoliathLabs authored Feb 6, 2024
2 parents 809527f + 249ec8e commit 6255c21
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@v3
uses: actions/cache@v4
with:
path: "/home/runner/.cache/bazel"
key: bazel
Expand Down

0 comments on commit 6255c21

Please sign in to comment.