Skip to content

Commit a2c14a1

Browse files
authored
Merge pull request #98 from axiom-data-science/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 974f454 + a1a031d commit a2c14a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.8'
1616
- uses: pre-commit/[email protected]

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v4
12+
- uses: actions/setup-python@v5
1313
- name: Install dependencies
1414
run: |
1515
python -m pip install -U pip wheel "setuptools<66.0.0" setuptools-scm twine

0 commit comments

Comments
 (0)