Skip to content

Commit 71f7585

Browse files
committed
Update workflow deps
1 parent 2c610ad commit 71f7585

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publication.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
deploy:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-python@v4
9+
- uses: actions/checkout@v6
10+
- uses: actions/setup-python@v6
1111
with:
1212
python-version: '3.8'
1313
- run: python -m pip install --upgrade tox-gh-actions

.github/workflows/validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
matrix:
88
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v4
10+
- uses: actions/checkout@v6
11+
- uses: actions/setup-python@v6
1212
with:
1313
python-version: ${{ matrix.python-version }}
1414
- run: python -m pip install --upgrade tox-gh-actions

0 commit comments

Comments
 (0)