Skip to content

Commit 6831ce3

Browse files
authored
chore: update gha deps (#3892)
## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [ ] Bugfix - [ ] Feature (please, look at the "Scope of the project" section in the README.md file) - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [x] CI related changes - [ ] Documentation content changes - [ ] Other... Please describe: ## What is the current behavior? <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Issue Number: N/A ## What is the new behavior? ## Does this PR introduce a breaking change? - [ ] Yes - [x] No <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information
1 parent 7a71042 commit 6831ce3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/buildifier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
check:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: buildifier
2020
run: bazel run --enable_bzlmod //:buildifier.check

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- e2e/nodejs_host
2323
- e2e/conflicting_toolchains
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: bazel-contrib/[email protected]
2727
- run: bazel test ...
2828
env:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
publish:
22-
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.0.0
22+
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.1.0
2323
with:
2424
tag_name: ${{ inputs.tag_name }}
2525
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
contents: write
1818
jobs:
1919
release:
20-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.0
20+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.3.0
2121
with:
2222
prerelease: false
2323
release_files: rules_nodejs-*.tar.gz

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
new-tag: ${{ steps.ccv.outputs.new-tag }}
2525
new-tag-version: ${{steps.ccv.outputs.new-tag-version}}
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
# Need enough history to find the prior release tag
3030
fetch-depth: 0

.github/workflows/update-nodejs-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Git Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)