We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e63f5 commit 840e790Copy full SHA for 840e790
2 files changed
.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
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ matrix.os }}
27
28
- name: "Checkout the sources"
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
30
- name: Mount bazel caches
31
uses: actions/cache@v4
32
with:
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
0 commit comments