Skip to content

Commit

Permalink
Bump other actions
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Jun 13, 2022
1 parent df45ed3 commit 702cd88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
presubmit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Check dependencies and format
run: scripts/update-dependencies && scripts/format && { [[ -z "$(git status --porcelain)" ]] || exit 1; }
- name: Mount bazel action cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: "~/.cache/bazel"
key: bazel
- name: Mount bazel repo cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: "~/.cache/bazel-repo"
key: bazel-repo
Expand Down

0 comments on commit 702cd88

Please sign in to comment.