Skip to content

Commit ba7518d

Browse files
build: bump the all-actions group with 4 updates (#1931)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 400a290 commit ba7518d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
echo "Port: 5432 (hardcoded)"
258258
259259
- name: Set up Python
260-
uses: actions/setup-python@v5
260+
uses: actions/setup-python@v6
261261
with:
262262
python-version: '3.11'
263263

.github/workflows/comment_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run-id: ${{ github.event.workflow_run.id }}
2626
- name: Find associated pull request
2727
id: pr
28-
uses: actions/github-script@v7
28+
uses: actions/github-script@v8
2929
if: ${{ github.event.workflow_run.pull_requests[0].number == null }}
3030
with:
3131
script: |

.github/workflows/stale-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Mark Stale Issues and PRs
15-
uses: actions/stale@v9
15+
uses: actions/stale@v10
1616
with:
1717
stale-issue-message: "This issue is stale because it has been open 180 days with no activity. Remove stale label or comment, or it will be closed in 30 days."
1818
stale-pr-message: "This PR is stale because it has been open 180 days with no activity. Please update or it will be closed in 30 days."

.github/workflows/test-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v5
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.13'
2929

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Poetry
2323
run: pip install poetry
2424
- name: Setup python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.11"
2828
architecture: x64
@@ -32,7 +32,7 @@ jobs:
3232
poetry install
3333
- name: Get coverage artifact ID
3434
id: coverage-artifact
35-
uses: actions/github-script@v7
35+
uses: actions/github-script@v8
3636
if: github.event_name == 'pull_request'
3737
with:
3838
script: |
@@ -88,7 +88,7 @@ jobs:
8888
coverage.xml
8989
if-no-files-found: error
9090
- name: Setup node
91-
uses: actions/setup-node@v4
91+
uses: actions/setup-node@v5
9292
with:
9393
node-version: 20
9494
cache: "npm"

0 commit comments

Comments
 (0)