Skip to content

Commit d7a7337

Browse files
Bump the actions group with 2 updates (#689)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 931726b commit d7a7337

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- uses: actions/checkout@v5
86-
- uses: actions/setup-python@v5
86+
- uses: actions/setup-python@v6
8787
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
8888

8989
eslint:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- uses: actions/checkout@v5
93-
- uses: actions/setup-node@v4
93+
- uses: actions/setup-node@v5
9494
- id: cache-restore
9595
uses: actions/cache@v4
9696
with:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
steps:
4444
- id: "add-python"
4545
name: "Install supported version of python"
46-
uses: actions/setup-python@v5
46+
uses: actions/setup-python@v6
4747
with:
4848
python-version: '3.13'
4949
- id: "add-pip-path"

0 commit comments

Comments
 (0)