Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

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

Bump actions/setup-python from 4.3.0 to 4.5.0
  • Loading branch information
freakboy3742 authored Feb 9, 2023
2 parents e21c1bd + 622af46 commit 4298a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3.1.0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-version }}

Expand Down
1 change: 1 addition & 0 deletions changes/70.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/setup-python from 4.3.0 to 4.5.0.

0 comments on commit 4298a1b

Please sign in to comment.