Skip to content

Commit 808fe07

Browse files
chore(deps): bump the gha-updates group across 1 directory with 3 updates (#808)
1 parent d99a035 commit 808fe07

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v6
2727
- name: Extract make args
2828
id: extract
29-
uses: actions/github-script@v8
29+
uses: actions/github-script@v9
3030
with:
3131
script: |
3232
const fullComment = context.payload.comment.body;
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Reply to PR comment and save ID
3838
id: comment
39-
uses: actions/github-script@v8
39+
uses: actions/github-script@v9
4040
with:
4141
script: |
4242
const fs = require('fs');
@@ -84,7 +84,7 @@ jobs:
8484
LIGHTNING_API_KEY: ${{ secrets.LIGHTNING_API_KEY }}
8585

8686
- name: Update the same comment
87-
uses: actions/github-script@v8
87+
uses: actions/github-script@v9
8888
env:
8989
COMMENT_ID: ${{ steps.comment.outputs.comment_id }}
9090
USERNAME: ${{ steps.comment.outputs.username }}

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
coverage xml
7979
8080
- name: Upload coverage to Codecov
81-
uses: codecov/codecov-action@v5
81+
uses: codecov/codecov-action@v6
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
file: ./coverage.xml

.github/workflows/release-pypi.yml

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

4646
- name: Publish distribution 📦 to PyPI
4747
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
48-
uses: pypa/gh-action-pypi-publish@v1.13.0
48+
uses: pypa/gh-action-pypi-publish@v1.14.0
4949
with:
5050
user: __token__
5151
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)