Skip to content

Commit 2268931

Browse files
Merge pull request #283 from salmanmkc:upgrade-github-actions-node24
PiperOrigin-RevId: 881049934 Change-Id: Ic27299d5399ea1304206452bd60851f475db6020
2 parents f808fe7 + 5adb6b1 commit 2268931

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
path: ${{ steps.pip-cache.outputs.dir }}
4848
key: pip-${{ runner.os }}-buildwheel-${{ hashFiles('tools/ci/*_requirements.txt', 'third_party/pypa/*_requirements_frozen.txt') }}
49-
- uses: actions/cache@v4
49+
- uses: actions/cache@v5
5050
with:
5151
path: |
5252
~/.cache/cibuildwheel_bazel_cache/cache/repos

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
path: ${{ steps.pip-cache.outputs.dir }}
3434
key: pip-${{ runner.os }}-docs-${{ matrix.python-version }}-${{ hashFiles('third_party/pypa/workspace.bzl') }}
35-
- uses: actions/cache@v4
35+
- uses: actions/cache@v5
3636
with:
3737
path: |
3838
~/.cache/bazel/_bazel_*/cache/repos
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444
- run: zip -r docs_output.zip docs_output
4545
- name: Upload docs as artifact
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: docs
4949
path: docs_output.zip

0 commit comments

Comments
 (0)