Skip to content

Commit

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

Bump actions/setup-python from 4.7.0 to 4.7.1
  • Loading branch information
freakboy3742 authored Oct 9, 2023
2 parents b59f740 + 4f91617 commit 72280c7
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/[email protected].0
uses: actions/[email protected].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/[email protected].0
uses: actions/[email protected].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/[email protected].0
uses: actions/[email protected].1
with:
python-version: '3.x'
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions changes/95.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/setup-python from 4.7.0 to 4.7.1.

0 comments on commit 72280c7

Please sign in to comment.