Skip to content

Commit

Permalink
Merge pull request #236 from beeware/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5.3.0

Bump actions/setup-python from 5.2.0 to 5.3.0
  • Loading branch information
freakboy3742 authored Oct 28, 2024
2 parents c8da2e9 + 187c64a commit c854c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
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@v5.2.0
uses: actions/setup-python@v5.3.0
with:
# Appending -dev ensures that we can always build the dev release.
# It's a no-op for versions that have been published.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python environment
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.X"

Expand Down

0 comments on commit c854c71

Please sign in to comment.