Skip to content

Commit ba8eeea

Browse files
Bump the github-actions group with 6 updates (#1926)
Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) | `1.9.0` | `1.10.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.0.0` | `4.3.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.22.12` | `3.23.2` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.0` | `4.1.1` | | [rhysd/github-action-benchmark](https://github.com/rhysd/github-action-benchmark) | `1.18.0` | `1.19.2` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `5.0.2` | `6.0.0` | Updates `reviewdog/action-suggester` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](reviewdog/action-suggester@4daff13...45ee351) Updates `actions/upload-artifact` from 4.0.0 to 4.3.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@c7d193f...26f96df) Updates `github/codeql-action` from 3.22.12 to 3.23.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@012739e...b7bf0a3) Updates `actions/download-artifact` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@f44cd7b...6b208ae) Updates `rhysd/github-action-benchmark` from 1.18.0 to 1.19.2 - [Release notes](https://github.com/rhysd/github-action-benchmark/releases) - [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md) - [Commits](benchmark-action/github-action-benchmark@7040501...315072f) Updates `peter-evans/create-pull-request` from 5.0.2 to 6.0.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@1534078...b1ddad2) --- updated-dependencies: - dependency-name: reviewdog/action-suggester dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: rhysd/github-action-benchmark dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e00bac7 commit ba8eeea

File tree

6 files changed

+58
-58
lines changed

6 files changed

+58
-58
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
python -c 'from tensorflow_io_gcs_filesystem.core.python.ops import plugin_gs; print(plugin_gs)'
8888
python -m pytest --benchmark-only --benchmark-json benchmark.json -v --import-mode=append $(find . -type f \( -iname "test_*.py" ! \( -iname "test_*_v1.py" -o -iname "test_bigquery.py" \) \))
8989
- name: Store benchmark result
90-
uses: rhysd/github-action-benchmark@70405016b032d44f409e4b1b451c40215cbe2393 # v1.18.0
90+
uses: rhysd/github-action-benchmark@315072f079db10e96004ffb95b9b7263bf3a547e # v1.19.2
9191
with:
9292
name: Tensorflow-IO Benchmarks
9393
tool: 'pytest'

.github/workflows/build.arm64.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
set -x -e
2020
bash -e .github/workflows/build.bazel.sh python3
21-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
21+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
2222
with:
2323
name: ${{ runner.os }}-arm64-bazel-bin
2424
path: |
@@ -37,7 +37,7 @@ jobs:
3737
python: ['3.9', '3.10', '3.11']
3838
steps:
3939
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
40+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
4141
with:
4242
name: ${{ runner.os }}-arm64-bazel-bin
4343
path: bazel-bin
@@ -63,7 +63,7 @@ jobs:
6363
cp $f wheelhouse
6464
done
6565
ls wheelhouse/*
66-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
66+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
6767
with:
6868
name: ${{ runner.os }}-arm64-${{ matrix.python }}-wheel
6969
path: wheelhouse
@@ -73,15 +73,15 @@ jobs:
7373
needs: macos-arm64-wheel
7474
runs-on: ubuntu-20.04
7575
steps:
76-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
76+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
7777
with:
7878
name: macOS-arm64-3.9-wheel
7979
path: macOS-arm64-3.9-wheel
80-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
80+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
8181
with:
8282
name: macOS-arm64-3.10-wheel
8383
path: macOS-arm64-3.10-wheel
84-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
84+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
8585
with:
8686
name: macOS-arm64-3.11-wheel
8787
path: macOS-arm64-3.11-wheel
@@ -93,7 +93,7 @@ jobs:
9393
cp macOS-arm64-3.11-wheel/*.whl wheelhouse/
9494
ls -la wheelhouse/
9595
sha256sum wheelhouse/*.whl
96-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
96+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
9797
with:
9898
name: tensorflow-io-release-macos-arm64
9999
path: wheelhouse
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-20.04
105105
steps:
106106
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
107-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
107+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
108108
with:
109109
name: tensorflow-io-release-macos-arm64
110110
path: wheelhouse

.github/workflows/build.yml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
export BAZEL_OPTIMIZATION="$BAZEL_OPTIMIZATION --remote_upload_local_results=true --google_credentials=service_account_creds.json"
129129
fi
130130
sudo -E -H bash -e .github/workflows/build.bazel.sh python3
131-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
131+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
132132
with:
133133
name: ${{ runner.os }}-bazel-bin
134134
path: |
@@ -148,7 +148,7 @@ jobs:
148148
python: ['3.9', '3.10', '3.11']
149149
steps:
150150
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
151-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
151+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
152152
with:
153153
name: ${{ runner.os }}-bazel-bin
154154
path: bazel-bin
@@ -175,7 +175,7 @@ jobs:
175175
cp $f wheelhouse
176176
done
177177
ls wheelhouse/*
178-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
178+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
179179
with:
180180
name: ${{ runner.os }}-${{ matrix.python }}-wheel
181181
path: wheelhouse
@@ -189,7 +189,7 @@ jobs:
189189
python: ['3.9']
190190
steps:
191191
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
192-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
192+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
193193
with:
194194
name: ${{ runner.os }}-${{ matrix.python }}-wheel
195195
path: wheelhouse
@@ -271,7 +271,7 @@ jobs:
271271
find build/tensorflow_io -name '*runfiles*' | xargs rm -rf
272272
find build/tensorflow_io_gcs_filesystem -name '*runfiles*' | xargs rm -rf
273273
sudo rm -rf build/tensorflow_io/core/golang_ops.h
274-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
274+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
275275
with:
276276
name: ${{ runner.os }}-bazel-bin
277277
path: |
@@ -287,7 +287,7 @@ jobs:
287287
python: ['3.9', '3.10', '3.11']
288288
steps:
289289
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
290-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
290+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
291291
with:
292292
name: ${{ runner.os }}-bazel-bin
293293
path: bazel-bin
@@ -307,7 +307,7 @@ jobs:
307307
done
308308
sudo chown -R $(id -nu):$(id -ng) .
309309
ls wheelhouse/*
310-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
310+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
311311
with:
312312
name: ${{ runner.os }}-${{ matrix.python }}-wheel
313313
path: wheelhouse
@@ -324,7 +324,7 @@ jobs:
324324
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
325325
with:
326326
python-version: ${{ matrix.python }}
327-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
327+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
328328
with:
329329
name: ${{ runner.os }}-${{ matrix.python }}-wheel
330330
path: wheelhouse
@@ -387,7 +387,7 @@ jobs:
387387
cp -r bazel-bin/tensorflow_io build
388388
cp -r bazel-bin/tensorflow_io_gcs_filesystem build
389389
bash -c "find build -not -name '*.so' -type f | xargs rm -rf"
390-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
390+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
391391
with:
392392
name: ${{ runner.os }}-bazel-bin
393393
path: |
@@ -403,7 +403,7 @@ jobs:
403403
python: ['3.9', '3.10', '3.11']
404404
steps:
405405
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
406-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
406+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
407407
with:
408408
name: ${{ runner.os }}-bazel-bin
409409
path: bazel-bin
@@ -420,7 +420,7 @@ jobs:
420420
rm -rf build
421421
python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel
422422
ls -la dist
423-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
423+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
424424
with:
425425
name: ${{ runner.os }}-${{ matrix.python }}-wheel
426426
path: dist
@@ -434,7 +434,7 @@ jobs:
434434
python: ['3.9']
435435
steps:
436436
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
437-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
437+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
438438
with:
439439
name: ${{ runner.os }}-${{ matrix.python }}-wheel
440440
path: wheel
@@ -487,39 +487,39 @@ jobs:
487487
needs: [linux-wheel, macos-wheel] #, windows-wheel]
488488
runs-on: ubuntu-20.04
489489
steps:
490-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
490+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
491491
with:
492492
name: macOS-3.9-wheel
493493
path: macOS-3.9-wheel
494-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
494+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
495495
with:
496496
name: macOS-3.10-wheel
497497
path: macOS-3.10-wheel
498-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
498+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
499499
with:
500500
name: macOS-3.11-wheel
501501
path: macOS-3.11-wheel
502-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
502+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
503503
with:
504504
name: Linux-3.9-wheel
505505
path: Linux-3.9-wheel
506-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
506+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
507507
with:
508508
name: Linux-3.10-wheel
509509
path: Linux-3.10-wheel
510-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
510+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
511511
with:
512512
name: Linux-3.11-wheel
513513
path: Linux-3.11-wheel
514-
#- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
514+
#- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
515515
# with:
516516
# name: Windows-3.9-wheel
517517
# path: Windows-3.9-wheel
518-
#- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
518+
#- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
519519
# with:
520520
# name: Windows-3.10-wheel
521521
# path: Windows-3.10-wheel
522-
#- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
522+
#- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
523523
# with:
524524
# name: Windows-3.11-wheel
525525
# path: Windows-3.11-wheel
@@ -537,7 +537,7 @@ jobs:
537537
# cp Windows-3.11-wheel/*.whl wheelhouse/
538538
ls -la wheelhouse/
539539
sha256sum wheelhouse/*.whl
540-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
540+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
541541
with:
542542
name: tensorflow-io-release
543543
path: wheelhouse
@@ -549,7 +549,7 @@ jobs:
549549
runs-on: ubuntu-20.04
550550
steps:
551551
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
552-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
552+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
553553
with:
554554
name: tensorflow-io-release
555555
path: wheelhouse
@@ -613,7 +613,7 @@ jobs:
613613
set -e -x
614614
BUILD_NUMBER=$(date "+%Y%m%d%H%M%S")
615615
echo ${BUILD_NUMBER} > BUILD_NUMBER
616-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
616+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
617617
with:
618618
name: BUILD_NUMBER
619619
path: BUILD_NUMBER
@@ -627,13 +627,13 @@ jobs:
627627
matrix:
628628
python: ['3.9', '3.10', '3.11']
629629
steps:
630-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
630+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
631631
with:
632632
name: BUILD_NUMBER
633633
- uses: einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
634634
- run: echo "Build number is $BUILD_NUMBER"
635635
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
636-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
636+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
637637
with:
638638
name: ${{ runner.os }}-bazel-bin
639639
path: bazel-bin
@@ -660,7 +660,7 @@ jobs:
660660
cp $f wheelhouse
661661
done
662662
ls wheelhouse/*
663-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
663+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
664664
with:
665665
name: ${{ runner.os }}-${{ matrix.python }}-nightly
666666
path: wheelhouse
@@ -674,13 +674,13 @@ jobs:
674674
matrix:
675675
python: ['3.9', '3.10', '3.11']
676676
steps:
677-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
677+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
678678
with:
679679
name: BUILD_NUMBER
680680
- uses: einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
681681
- run: echo "Build number is $BUILD_NUMBER"
682682
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
683-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
683+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
684684
with:
685685
name: ${{ runner.os }}-bazel-bin
686686
path: bazel-bin
@@ -700,7 +700,7 @@ jobs:
700700
done
701701
sudo chown -R $(id -nu):$(id -ng) .
702702
ls wheelhouse/*
703-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
703+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
704704
with:
705705
name: ${{ runner.os }}-${{ matrix.python }}-nightly
706706
path: wheelhouse
@@ -714,13 +714,13 @@ jobs:
714714
matrix:
715715
python: ['3.9', '3.10', '3.11']
716716
steps:
717-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
717+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
718718
with:
719719
name: BUILD_NUMBER
720720
- uses: einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
721721
- run: echo "Build number is $BUILD_NUMBER"
722722
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
723-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
723+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
724724
with:
725725
name: ${{ runner.os }}-bazel-bin
726726
path: bazel-bin
@@ -737,7 +737,7 @@ jobs:
737737
rm -rf build
738738
python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel --nightly %BUILD_NUMBER%
739739
ls -la dist
740-
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
740+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
741741
with:
742742
name: ${{ runner.os }}-${{ matrix.python }}-nightly
743743
path: dist
@@ -748,39 +748,39 @@ jobs:
748748
needs: [linux-nightly, macos-nightly, windows-nightly]
749749
runs-on: ubuntu-20.04
750750
steps:
751-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
751+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
752752
with:
753753
name: macOS-3.9-nightly
754754
path: macOS-3.9-nightly
755-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
755+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
756756
with:
757757
name: macOS-3.10-nightly
758758
path: macOS-3.10-nightly
759-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
759+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
760760
with:
761761
name: macOS-3.11-nightly
762762
path: macOS-3.11-nightly
763-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
763+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
764764
with:
765765
name: Linux-3.9-nightly
766766
path: Linux-3.9-nightly
767-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
767+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
768768
with:
769769
name: Linux-3.10-nightly
770770
path: Linux-3.10-nightly
771-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
771+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
772772
with:
773773
name: Linux-3.11-nightly
774774
path: Linux-3.11-nightly
775-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
775+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
776776
with:
777777
name: Windows-3.9-nightly
778778
path: Windows-3.9-nightly
779-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
779+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
780780
with:
781781
name: Windows-3.10-nightly
782782
path: Windows-3.10-nightly
783-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
783+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
784784
with:
785785
name: Windows-3.11-nightly
786786
path: Windows-3.11-nightly

.github/workflows/release.note.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: git diff
2525
- run: python3 tools/release/note_update.py
2626
- run: git diff
27-
- uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
27+
- uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0
2828
with:
2929
commit-message: Update RELEASE.md [bot]
3030
branch: bot-RELEASE.md

0 commit comments

Comments
 (0)