Skip to content

Commit cf58675

Browse files
chore(deps): bump the github-actions group with 2 updates (#441)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4.0.0 to 4.1.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.0.0...v4.1.1) Updates `actions/setup-python` from 4.7.0 to 5.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 9ed3e96 commit cf58675

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
tox: mypy
3636
steps:
3737
- name: Checkout 🛎️
38-
uses: actions/checkout@v4.0.0
38+
uses: actions/checkout@v4.1.1
3939
with:
4040
fetch-depth: 0
4141

4242
- name: Setup Python 🔧
43-
uses: actions/setup-python@v4.7.0
43+
uses: actions/setup-python@v5.0.0
4444
with:
4545
python-version: ${{ matrix.python }}
4646
allow-prereleases: true

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout 🛎️
14-
uses: actions/checkout@v4.0.0
14+
uses: actions/checkout@v4.1.1
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Setup Python 🔧
19-
uses: actions/setup-python@v4.7.0
19+
uses: actions/setup-python@v5.0.0
2020
with:
2121
python-version: 3.11
2222

0 commit comments

Comments
 (0)