Skip to content

Commit 74c36b3

Browse files
authored
Merge pull request #86 from petermcd/dependabot/github_actions/actions/setup-python-6
2 parents f70970c + 4548a41 commit 74c36b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: [ "3.13" ]
1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v6
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- uses: pre-commit/action@v3.0.1

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Publish package
77
steps:
88
- uses: actions/checkout@v5
9-
- uses: actions/setup-python@v5
9+
- uses: actions/setup-python@v6
1010
with:
1111
python-version: 3.8
1212
- name: Install Dependencies

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" , "3.13" ]
1313
steps:
1414
- uses: actions/checkout@v5
15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v6
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install dependencies

0 commit comments

Comments
 (0)