Skip to content

Commit a4ddaff

Browse files
authored
Merge pull request #14 from jaqx0r/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 1c26ad9 + 36ae689 commit a4ddaff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buildifier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
check:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: buildifier
1919
run: bazel run --enable_bzlmod //.github/workflows:buildifier.check

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
new-tag-version-type: ${{steps.ccv.outputs.new-tag-version-type}}
2323
recently-tagged: ${{steps.recent-tag.outputs.recently-tagged}}
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
# Need enough history to find the prior release tag
2828
fetch-depth: 0

0 commit comments

Comments
 (0)