build(deps): bump actions/setup-python from 4.5.0 to 4.6.1 (#78)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](d27e3f3d7c...bd6b4b6205)

---
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>
master
dependabot[bot] 2023-07-02 19:08:50 +10:00 committed by GitHub
parent 8f622ff70c
commit 504e872693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ jobs:
static.rust-lang.org:443 static.rust-lang.org:443
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # 4.5.0 - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # 4.6.1
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}

View File

@ -38,7 +38,7 @@ jobs:
pkg-containers.githubusercontent.com:443 pkg-containers.githubusercontent.com:443
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
with: with:
python-version: 3.8 python-version: 3.8
architecture: x64 architecture: x64
@ -70,7 +70,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
@ -99,7 +99,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
@ -153,7 +153,7 @@ jobs:
toolchain: stable toolchain: stable
- name: Set up Python 3.8 - name: Set up Python 3.8
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
with: with:
python-version: 3.8 python-version: 3.8