Skip to content

Commit 189842e

Browse files
chore(ci): bump workflow actions and pre-commit hooks
1 parent 0ec84bb commit 189842e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
3737
3838
- name: Log in to Docker Hub
39-
uses: docker/login-action@v3
39+
uses: docker/login-action@v4
4040
with:
4141
username: ${{ secrets.DOCKER_USERNAME }}
4242
password: ${{ secrets.DOCKER_PASSWORD }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
2-
- repo: git://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.1.0
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer

0 commit comments

Comments
 (0)