Skip to content

Commit

Permalink
Merge pull request #74 from beeware/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5.0.0

Bump actions/setup-python from 4.7.1 to 5.0.0
  • Loading branch information
freakboy3742 authored Dec 10, 2023
2 parents fcde700 + 3fb8f3a commit 2b35385
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Set Up Python
# Linux System apps requires python is System Python to run the app
if: ${{ !startsWith(inputs.runner-os, 'ubuntu') }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ inputs.python-version }}
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-create-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
path: briefcase-template

- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ inputs.python-version }}
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: 3.X
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
repository: ${{ inputs.repository }}

- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ inputs.python-version }}
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
git config user.name "Brutus (robot)"
- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: 3.X
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
fetch-depth: 0 # Fetch all refs so setuptools_scm can generate the correct version number

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ inputs.python-version }}
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/towncrier-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ inputs.python-version }}
cache: pip
Expand Down

0 comments on commit 2b35385

Please sign in to comment.