We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cef2de commit 0b890c9Copy full SHA for 0b890c9
.github/workflows/buildifier.yaml
@@ -14,6 +14,6 @@ jobs:
14
check:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
- name: buildifier
19
run: bazel run --enable_bzlmod //.github/workflows:buildifier.check
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ${{ matrix.os }}
26
27
- name: "Checkout the sources"
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
29
- name: Mount bazel caches
30
uses: actions/cache@v4
31
with:
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
0 commit comments