Skip to content

Commit

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

Bump actions/setup-python from 5.1.0 to 5.1.1
  • Loading branch information
freakboy3742 committed Jul 14, 2024
2 parents 0ec81a9 + ffe4709 commit 2b7784a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: 3.X
- name: Install dependencies
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: '3.x'
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions changes/98.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/setup-python from 5.1.0 to 5.1.1.

0 comments on commit 2b7784a

Please sign in to comment.