Skip to content

Commit ecf8500

Browse files
Merge branch 'main' into 453-action-reminders
2 parents 2f36ba5 + 2c6ce99 commit ecf8500

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check-build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241

242242
steps:
243243
- name: Log in to the Container registry
244-
uses: docker/login-action@v3.5.0
244+
uses: docker/login-action@v3.6.0
245245
with:
246246
registry: ${{env.REGISTRY}}
247247
username: ${{github.actor}}

.github/workflows/prevent-migrations-deletion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Prevent migrations files being changed or deleted
16-
uses: xalvarez/prevent-file-change-action@v2.0.0
16+
uses: xalvarez/prevent-file-change-action@v3.0.0
1717
with:
1818
githubToken: ${{ secrets.GITHUB_TOKEN }}
1919
pattern: '.*\/db\/.+\/migrations\/\d{4}\w*\.py$'

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: hadolint-docker
1212

1313
- repo: https://github.com/renovatebot/pre-commit-hooks
14-
rev: 41.125.3
14+
rev: 41.132.3
1515
hooks:
1616
- id: renovate-config-validator
1717
args: [--strict]
@@ -74,15 +74,15 @@ repos:
7474
stages: [manual]
7575

7676
- repo: https://github.com/astral-sh/ruff-pre-commit
77-
rev: v0.13.1
77+
rev: v0.13.2
7878
hooks:
7979
- id: ruff
8080
args: [--fix]
8181

8282
- id: ruff-format
8383

8484
- repo: https://github.com/astral-sh/uv-pre-commit
85-
rev: 0.8.20
85+
rev: 0.8.22
8686
hooks:
8787
- id: uv-lock
8888
always_run: true

0 commit comments

Comments
 (0)