Skip to content

Commit 95f9f08

Browse files
Merge branch 'main' into renovate/docker-login-action-4.x
2 parents 651990b + eb937bd commit 95f9f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
username: ${{ secrets.DOCKERHUB_USERNAME }}
2323
password: ${{ secrets.DOCKERHUB_TOKEN }}
2424
- name: Build and push
25-
uses: docker/build-push-action@v6
25+
uses: docker/build-push-action@v7
2626
with:
2727
platforms: linux/amd64,linux/arm64
2828
push: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
entry: yamllint --strict -c .hooks/linters/yamllint.yaml
2929

3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.4.1
31+
rev: v2.4.2
3232
hooks:
3333
- id: codespell
3434
entry: codespell -q 3 -f --skip=".git,.github,README.md" --ignore-words-list="astroid"

0 commit comments

Comments
 (0)