Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit eeeb494

Browse files
chore(deps): update nikobockerman/github-workflows action to v1.0.2
1 parent cd91e7f commit eeeb494

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
mise-cache:
17-
uses: nikobockerman/github-workflows/.github/workflows/mise-prepare-cache.yaml@0ce4bdcca4581da1b84a9fd50dd238ce5262f459 # v1.0.1
17+
uses: nikobockerman/github-workflows/.github/workflows/mise-prepare-cache.yaml@bb97c7b995d030798ca719dfe898756878f239ce # v1.0.2
1818
uv-cache:
1919
needs: mise-cache
2020
uses: ./.github/workflows/mise-uv-prepare-cache.yaml
@@ -25,7 +25,7 @@ jobs:
2525
task: check:mypy
2626
check-prettier:
2727
needs: mise-cache
28-
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@0ce4bdcca4581da1b84a9fd50dd238ce5262f459 # v1.0.1
28+
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@bb97c7b995d030798ca719dfe898756878f239ce # v1.0.2
2929
with:
3030
task: check:prettier
3131
check-pyright:
@@ -35,12 +35,12 @@ jobs:
3535
task: check:pyright
3636
check-renovate-config:
3737
needs: mise-cache
38-
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@0ce4bdcca4581da1b84a9fd50dd238ce5262f459 # v1.0.1
38+
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@bb97c7b995d030798ca719dfe898756878f239ce # v1.0.2
3939
with:
4040
task: check:renovateconfig
4141
check-ruff:
4242
needs: mise-cache
43-
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@0ce4bdcca4581da1b84a9fd50dd238ce5262f459 # v1.0.1
43+
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@bb97c7b995d030798ca719dfe898756878f239ce # v1.0.2
4444
with:
4545
task: "check:ruff ::: check:ruff::format"
4646
test-pytest:

0 commit comments

Comments
 (0)