We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c26ad9 + 36ae689 commit a4ddaffCopy full SHA for a4ddaff
.github/workflows/buildifier.yaml
@@ -14,6 +14,6 @@ jobs:
14
check:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
- name: buildifier
19
run: bazel run --enable_bzlmod //.github/workflows:buildifier.check
.github/workflows/tag.yaml
@@ -22,7 +22,7 @@ jobs:
22
new-tag-version-type: ${{steps.ccv.outputs.new-tag-version-type}}
23
recently-tagged: ${{steps.recent-tag.outputs.recently-tagged}}
24
25
26
with:
27
# Need enough history to find the prior release tag
28
fetch-depth: 0
0 commit comments