Skip to content

Commit

Permalink
Update all GitHub Actions to newer versions
Browse files Browse the repository at this point in the history
* actions/checkout: v2 -> v4
* bazelbuild/setup-bazelisk: v1 -> v3
* actions/cache: v2 -> v4
  • Loading branch information
mbrukman committed May 24, 2024
1 parent 03e8990 commit f4f79d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Bazelisk
uses: bazelbuild/setup-bazelisk@v1
uses: bazelbuild/setup-bazelisk@v3

- name: Setup cache for Bazel
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: "~/.cache/bazel"
key: bazel
Expand Down

0 comments on commit f4f79d7

Please sign in to comment.