Skip to content

Commit 643ad40

Browse files
refactor(deps): update all dependencies
1 parent 2d13627 commit 643ad40

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
- name: Set up Docker Buildx
5252
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
5353
- name: Login to Docker Hub
54-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
54+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
5555
if: github.event_name != 'pull_request'
5656
with:
5757
username: ${{ secrets.DOCKERHUB_USERNAME }}
5858
password: ${{ secrets.DOCKERHUB_TOKEN }}
5959
- name: Login to GitHub Container Registry
60-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
60+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
6161
if: github.event_name != 'pull_request'
6262
with:
6363
registry: ghcr.io

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- "-i"
3232
- "CHANGELOG.md"
3333
- repo: https://github.com/renovatebot/pre-commit-hooks
34-
rev: 43.91.4
34+
rev: 43.98.0
3535
hooks:
3636
- id: renovate-config-validator
3737
- repo: https://github.com/google/yamlfmt.git

0 commit comments

Comments
 (0)