Skip to content

Commit 2af555d

Browse files
chore(deps): bump the github-actions group with 2 updates
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.2.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.2) Updates `actions/setup-python` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11af5c1 commit 2af555d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
tox: mypy
3535
steps:
3636
- name: Checkout 🛎️
37-
uses: actions/[email protected].0
37+
uses: actions/[email protected].2
3838
with:
3939
fetch-depth: 0
4040

4141
- name: Setup Python 🔧
42-
uses: actions/setup-python@v5.2.0
42+
uses: actions/setup-python@v5.3.0
4343
with:
4444
python-version: ${{ matrix.python }}
4545
allow-prereleases: true

.github/workflows/deploy.yaml

+2-2
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/[email protected].0
14+
uses: actions/[email protected].2
1515
with:
1616
fetch-depth: 0
1717

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

0 commit comments

Comments
 (0)