Skip to content

Commit

Permalink
Merge pull request #113 from rabbitmq/dependabot/github_actions/main/…
Browse files Browse the repository at this point in the history
…actions/cache-4.1.1

Bump actions/cache from 4.1.0 to 4.1.1
  • Loading branch information
michaelklishin authored Oct 8, 2024
2 parents 8a6661b + 5ef97ee commit 2e5990a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: CHECKOUT
uses: actions/checkout@v4
- name: MOUNT BAZEL CACHE
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
with:
path: "/home/runner/repo-cache/"
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE.bazel','extensions.bzl') }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: CHECKOUT
uses: actions/checkout@v4
- name: MOUNT BAZEL CACHE
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
with:
path: "/home/runner/repo-cache/"
key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE.bazel','extensions.bzl') }}
Expand Down

0 comments on commit 2e5990a

Please sign in to comment.