Skip to content

Commit a24ed57

Browse files
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `actions/checkout` from 4.1.7 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@692973e...11bd719) 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@f677139...0b93645) Updates `pypa/gh-action-pypi-publish` from 1.10.0 to 1.12.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@8a08d61...15c56db) --- 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-minor dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 019dbe3 commit a24ed57

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
pre-commit:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
12-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
11+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
12+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
1313
with:
1414
python-version: '3.x'
1515
cache: pip

.github/workflows/publish-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
10-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
9+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
10+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
1111
with:
1212
python-version: '3.x'
1313
cache: pip
1414
cache-dependency-path: requirements*/*.txt
1515
- run: pip install build
1616
- run: python -m build
1717
- name: Publish to PyPI
18-
uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
18+
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
1919
with:
2020
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
matrix:
1414
python: ['3.12', '3.11', '3.10', '3.9', '3.8']
1515
steps:
16-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
17-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
17+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
1818
with:
1919
python-version: ${{ matrix.python }}
2020
allow-prereleases: true
@@ -29,8 +29,8 @@ jobs:
2929
name: Minimum Versions
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
33-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
32+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
33+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
3434
with:
3535
python-version: '3.8'
3636
cache: pip

0 commit comments

Comments
 (0)