Skip to content

Commit 1638ce3

Browse files
committed
.github: Use checkout@v3 for Bazel
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/ ```
1 parent 1e54808 commit 1638ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
USE_BAZEL_VERSION: 5.0.0
8080

8181
steps:
82-
- uses: actions/checkout@v2
82+
- uses: actions/checkout@v3
8383

8484
- name: Bazel cache
8585
uses: actions/cache@v3

0 commit comments

Comments
 (0)