Skip to content

Commit 97d802a

Browse files
Bump the all group with 11 updates
Bumps the all group with 11 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `2` | `3` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `2` | `3` | | [docker/login-action](https://github.com/docker/login-action) | `2` | `3` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `ef25336f420be2d1a49205baf41a9b88712a65a1` | `be19121bfd18b9c1ac415d9571d4f67b9b357886` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `4` | `6` | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` | | [pavelzw/pytest-action](https://github.com/pavelzw/pytest-action) | `2.1.3` | `2.2.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3.1.4` | `5.4.3` | | [github/codeql-action](https://github.com/github/codeql-action) | `2` | `3` | | [jpetrucciani/ruff-check](https://github.com/jpetrucciani/ruff-check) | `0.6.2` | `0.12.2` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `docker/setup-qemu-action` from 2 to 3 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2...v3) Updates `docker/setup-buildx-action` from 2 to 3 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2...v3) Updates `docker/login-action` from 2 to 3 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) Updates `docker/metadata-action` from ef25336f420be2d1a49205baf41a9b88712a65a1 to be19121bfd18b9c1ac415d9571d4f67b9b357886 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@ef25336...be19121) Updates `docker/build-push-action` from 4 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v6) Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) Updates `pavelzw/pytest-action` from 2.1.3 to 2.2.0 - [Release notes](https://github.com/pavelzw/pytest-action/releases) - [Commits](pavelzw/pytest-action@b09a85c...510c5e9) Updates `codecov/codecov-action` from 3.1.4 to 5.4.3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@eaaf4be...18283e0) Updates `github/codeql-action` from 2 to 3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) Updates `jpetrucciani/ruff-check` from 0.6.2 to 0.12.2 - [Release notes](https://github.com/jpetrucciani/ruff-check/releases) - [Commits](jpetrucciani/ruff-check@96f5985...0a3ff56) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/setup-qemu-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/setup-buildx-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/login-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/metadata-action dependency-version: be19121bfd18b9c1ac415d9571d4f67b9b357886 dependency-type: direct:production dependency-group: all - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: pavelzw/pytest-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: github/codeql-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: jpetrucciani/ruff-check dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06d935f commit 97d802a

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/build-and-push-docker-images.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@ jobs:
1515
steps:
1616
-
1717
name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
-
2020
name: Set up QEMU
21-
uses: docker/setup-qemu-action@v2
21+
uses: docker/setup-qemu-action@v3
2222
-
2323
name: Set up Docker Buildx
24-
uses: docker/setup-buildx-action@v2
24+
uses: docker/setup-buildx-action@v3
2525
# -
2626
# name: Login to Docker Hub
27-
# uses: docker/login-action@v2
27+
# uses: docker/login-action@v3
2828
# with:
2929
# username: ${{ secrets.DOCKERHUB_USERNAME }}
3030
# password: ${{ secrets.DOCKERHUB_TOKEN }}
3131
-
3232
name: Login to GitHub Container Registry
33-
uses: docker/login-action@v2
33+
uses: docker/login-action@v3
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.repository_owner }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838
-
3939
name: Extract metadata (tags, labels) for Docker
4040
id: meta
41-
uses: docker/metadata-action@ef25336f420be2d1a49205baf41a9b88712a65a1
41+
uses: docker/metadata-action@be19121bfd18b9c1ac415d9571d4f67b9b357886
4242
with:
4343
images: |
4444
ghcr.io/${{ github.repository }}
@@ -48,7 +48,7 @@ jobs:
4848
type=semver,pattern={{version}}
4949
-
5050
name: Build and push
51-
uses: docker/build-push-action@v4
51+
uses: docker/build-push-action@v6
5252
with:
5353
context: .
5454
push: true

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Set up Python
12-
uses: actions/setup-python@v4
12+
uses: actions/setup-python@v5
1313
with:
1414
python-version: 3.13
1515
- name: Install dependencies
@@ -39,15 +39,15 @@ jobs:
3939
path: dist
4040

4141
- name: Set up Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@v4
42+
uses: actions/setup-python@v5
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
- name: Install dependencies
4646
run: |
4747
python -m pip install --upgrade pip
4848
pip install dist/*.whl -r requirements_dev.txt pytest-md pytest-emoji
4949
- name: Run pytest
50-
uses: pavelzw/pytest-action@b09a85cd1831cbaae76125fcae4a1e4b137ef026 # v2.1.3
50+
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0
5151
with:
5252
click-to-expand: false
5353
emoji: true
@@ -57,7 +57,7 @@ jobs:
5757
custom-pytest: "PYTHONDEVMODE=1 pytest"
5858
report-title: "Test Report"
5959
- name: Upload Coverage to Codecov
60-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
60+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
6161

6262
pypi-publish:
6363
name: Upload release to PyPI

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v2
30+
uses: github/codeql-action/init@v3
3131
with:
3232
languages: ${{ matrix.language }}
3333
queries: +security-and-quality
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v2
36+
uses: github/codeql-action/autobuild@v3
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v2
39+
uses: github/codeql-action/analyze@v3
4040
with:
4141
category: "/language:${{ matrix.language }}"

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Ruff Check
16-
uses: jpetrucciani/ruff-check@96f59856544cbfba111afdf2f6985e21756b8e7e # 0.6.2
16+
uses: jpetrucciani/ruff-check@0a3ff56b5c6ad23d2ee9751dfa4e00d2d55b61a8 # 0.12.2

0 commit comments

Comments
 (0)