Skip to content

Commit

Permalink
Merge pull request #394 from richardsheridan/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-python-5.0.0

Bump actions/setup-python from 4.7.1 to 5.0.0
  • Loading branch information
github-actions[bot] authored Jan 1, 2024
2 parents d37528a + 0270f4f commit 3ba8029
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: "3.12"
- name: Install requirements
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
cache: pip
cache-dependency-path: requirements/lint.txt
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
cache: pip
cache-dependency-path: requirements/build.txt
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
run: echo "${{ needs.Build.outputs.settings }}" | base64 -d | tar xz
shell: bash
- name: Setup python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
cache: pip
cache-dependency-path: requirements/test.txt
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
cache: pip
cache-dependency-path: requirements/test.txt
Expand All @@ -251,7 +251,7 @@ jobs:
needs: Build
steps:
- name: Setup python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: '3.12'
- name: Download build artifact
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
with:
name: Coverage
- name: Setup python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
cache: pip
cache-dependency-path: requirements/coverage.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: matrix.source == '-e .'
uses: actions/[email protected]
- name: Setup python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python }}
- name: Run tests
Expand Down

0 comments on commit 3ba8029

Please sign in to comment.