Skip to content

Commit

Permalink
.github: Use checkout@v3 for Bazel
Browse files Browse the repository at this point in the history
The other jobs were swapped to v3 in 38311e8. Bazel was added later
with the older version.

This fixes the warning:
```
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
```
  • Loading branch information
ejona86 committed Aug 3, 2023
1 parent 1e54808 commit 1638ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
USE_BAZEL_VERSION: 5.0.0

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Bazel cache
uses: actions/cache@v3
Expand Down

0 comments on commit 1638ce3

Please sign in to comment.