Browse Source

build(deps): bump actions/setup-python from 5 to 6

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/2155/head
dependabot[bot] 2 weeks ago
committed by GitHub
parent
commit
55ec8e565d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/deploy-development.yml
  2. 2
      .github/workflows/deploy-edge.yml
  3. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy-development.yml

@ -133,7 +133,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: 3.11.9 python-version: 3.11.9
cache: "pip" cache: "pip"

2
.github/workflows/deploy-edge.yml

@ -144,7 +144,7 @@ jobs:
ref: master ref: master
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: 3.11.9 python-version: 3.11.9
cache: "pip" cache: "pip"

2
.github/workflows/deploy.yml

@ -147,7 +147,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: 3.11.9 python-version: 3.11.9
cache: "pip" cache: "pip"

Loading…
Cancel
Save