Skip to content

Commit 109f901

Browse files
chore: update workflow template action versions (#142)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 240a23e commit 109f901

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

adbc_drivers_dev/templates/dev_issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.event.comment.body == 'take'
4141
runs-on: ubuntu-slim
4242
steps:
43-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
43+
- uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0
4444
with:
4545
github-token: ${{ secrets.GITHUB_TOKEN }}
4646
script: |

adbc_drivers_dev/templates/go_test_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo message=":x: **Test failed:** " | tee -a $GITHUB_OUTPUT
106106
fi
107107
108-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
108+
- uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0
109109
with:
110110
github-token: ${{ github.token }}
111111
script: |

adbc_drivers_dev/templates/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ jobs:
432432
./ci/scripts/post-test.sh
433433
fi
434434
435-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
435+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
436436
with:
437437
name: validation-report
438438
path: "<{ lang_subdir }>/validation-report.xml"
@@ -443,7 +443,7 @@ jobs:
443443
run: |
444444
pixi run gendocs --output generated
445445
446-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
446+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
447447
with:
448448
name: docs
449449
path: "<{ lang_subdir }>/generated/<{driver}>.md"
@@ -554,7 +554,7 @@ jobs:
554554
set +a
555555
pixi run adbc-make check CI=true VERBOSE=true DRIVER=<{driver}> IMPL_LANG=<{lang}> <{' '.join(lang_config.build.additional_make_args) }>
556556
557-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
557+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
558558
with:
559559
name: drivers-${{ matrix.platform }}-${{ matrix.arch }}
560560
path: "<{ lang_subdir }>/build/libadbc_driver_<{driver}>.*"
@@ -644,7 +644,7 @@ jobs:
644644
645645
ls ~/packages
646646
647-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
647+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
648648
with:
649649
name: all-packages
650650
path: ~/packages

0 commit comments

Comments
 (0)