Skip to content

Commit

Permalink
Bump actions/setup-python from 4.7.0 to 4.7.1 (#3295)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.7.0...v4.7.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2023
1 parent 97f28ef commit 91ecf23
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-hacs-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
id: python
with:
python-version: "3.x"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/[email protected]

- name: 🛠️ Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
id: python
with:
python-version: "3.x"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- name: 🛠️ Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: "3.x"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/[email protected]

- name: 🛠️ Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
id: python
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/[email protected]

- name: 🛠️ Set up Python 3.9
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: "3.11"
cache: 'pip'
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/[email protected]

- name: 🛠️ Set up Python 3.11
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: "3.11"
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
id: python
with:
python-version: "3.x"
Expand Down

0 comments on commit 91ecf23

Please sign in to comment.