Skip to content

Commit

Permalink
Downgrade checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
shaldengeki committed Feb 27, 2024
1 parent 6f7e6be commit cb70eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}-${{ github.ref }}-
${{ runner.os }}-${{ env.cache-name }}-${{ github.base_ref }}-
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: bazel test //...
run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...

0 comments on commit cb70eb6

Please sign in to comment.