Skip to content

Commit 6efead3

Browse files
Update CI dependencies (#473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5f78bc commit 6efead3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: docker system prune --all --force
2929
- uses: actions/checkout@v5
3030

31-
- uses: actions/setup-python@v5
31+
- uses: actions/setup-python@v6
3232
with:
3333
python-version: '3.13'
3434
- run: python3 -m pip install --requirement=ci/requirements.txt

.github/workflows/pull-request-automation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
env:
1818
GITHUB: ${{ toJson(github) }}
1919
- name: Print context
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v8
2121
with:
2222
script: |-
2323
console.log(context);
2424
- name: Auto reviews GHCI updates
25-
uses: actions/github-script@v7
25+
uses: actions/github-script@v8
2626
with:
2727
script: |-
2828
github.rest.pulls.createReview({
@@ -37,7 +37,7 @@ jobs:
3737
|| github.event.pull_request.user.login == 'geo-ghci-int[bot]'
3838
|| github.event.pull_request.user.login == 'geo-ghci[bot]')
3939
- name: Auto reviews Renovate updates
40-
uses: actions/github-script@v7
40+
uses: actions/github-script@v8
4141
with:
4242
script: |-
4343
github.rest.pulls.createReview({

0 commit comments

Comments
 (0)