Skip to content

Commit

Permalink
[ci] Yet another update to setup-bazel action
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Nov 27, 2023
1 parent b617ef5 commit bfd4017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
java-version: ${{ inputs.java-version }}
distribution: 'temurin'
- name: Setup Bazel
uses: p0deje/[email protected].1
uses: p0deje/[email protected].2
with:
bazelisk-cache: true
disk-cache: ${{ inputs.cache-key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 50
- name: Setup Bazel
uses: p0deje/[email protected].1
uses: p0deje/[email protected].2
with:
bazelisk-cache: true
external-cache: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/should-workflow-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
fetch-depth: 50
- name: Setup Bazel
uses: p0deje/[email protected].1
uses: p0deje/[email protected].2
with:
bazelisk-cache: true
external-cache: |
Expand Down

0 comments on commit bfd4017

Please sign in to comment.