Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 4.5.0 to 4.6.0 (meltano#7583
Browse files Browse the repository at this point in the history
)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.5.0...v4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ken Payne <ken@meltano.com>
Co-authored-by: Edgar R. M <edgar@meltano.com>
  • Loading branch information
3 people committed Apr 21, 2023
1 parent 692e701 commit 97ec293
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
poetry --version
- name: Set up Python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: 3.9
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
poetry --version
- name: Setup Python 3.10
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: '3.10'
architecture: x64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
poetry --version
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
poetry --version
- name: Set up Python 3.10
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: '3.10'
architecture: x64
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
poetry --version
- name: Setup Python 3.10
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: '3.10'
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: "3.10"
architecture: x64
Expand Down

0 comments on commit 97ec293

Please sign in to comment.