Skip to content

Commit

Permalink
Merge pull request #565 from Zemnmez/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.0.5

Bump actions/cache from 3.0.4 to 3.0.5
  • Loading branch information
github-actions[bot] authored Jul 14, 2022
2 parents 3e5c5d7 + 85cedb0 commit ad34b93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
node-version: '16'
- name: Restore bazel cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
env:
cache-name: bazel-cache
with:
Expand All @@ -76,7 +76,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
node-version: '16'
- name: Restore bazel cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
env:
cache-name: bazel-cache
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: '16'
- name: Restore bazel cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
env:
cache-name: bazel-cache
with:
Expand All @@ -43,7 +43,7 @@ jobs:
# Needed to allow an action to trigger another action.
token: ${{ secrets.GH_PAT }}
- name: Restore bazel cache
uses: actions/cache@v3.0.4
uses: actions/cache@v3.0.5
env:
cache-name: bazel-cache
with:
Expand Down

0 comments on commit ad34b93

Please sign in to comment.