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

Commit fa55ad8

Browse files
chore(deps): update nikobockerman/github-workflows digest to c40fd04 (#227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ca5e4b commit fa55ad8

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/check-enforce-all-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ on:
44

55
jobs:
66
wf:
7-
uses: nikobockerman/github-workflows/.github/workflows/check-enforce-all-checks.yaml@d1a61f55379d78d23d5216a80591dfe37384942d
7+
uses: nikobockerman/github-workflows/.github/workflows/check-enforce-all-checks.yaml@c40fd048af4cc60e443fb5e0741812d69716d6a6
88
permissions:
99
checks: read

.github/workflows/check-github-actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ on:
1010

1111
jobs:
1212
wf:
13-
uses: nikobockerman/github-workflows/.github/workflows/check-github-actions.yaml@d1a61f55379d78d23d5216a80591dfe37384942d
13+
uses: nikobockerman/github-workflows/.github/workflows/check-github-actions.yaml@c40fd048af4cc60e443fb5e0741812d69716d6a6

.github/workflows/check-prettier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99

1010
jobs:
1111
wf:
12-
uses: nikobockerman/github-workflows/.github/workflows/check-prettier.yaml@d1a61f55379d78d23d5216a80591dfe37384942d
12+
uses: nikobockerman/github-workflows/.github/workflows/check-prettier.yaml@c40fd048af4cc60e443fb5e0741812d69716d6a6

.github/workflows/check-renovate-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
wf:
11-
uses: nikobockerman/github-workflows/.github/workflows/check-renovate-config.yaml@d1a61f55379d78d23d5216a80591dfe37384942d
11+
uses: nikobockerman/github-workflows/.github/workflows/check-renovate-config.yaml@c40fd048af4cc60e443fb5e0741812d69716d6a6

.github/workflows/check-yarn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ on:
1010

1111
jobs:
1212
wf:
13-
uses: nikobockerman/github-workflows/.github/workflows/check-yarn.yaml@d1a61f55379d78d23d5216a80591dfe37384942d
13+
uses: nikobockerman/github-workflows/.github/workflows/check-yarn.yaml@c40fd048af4cc60e443fb5e0741812d69716d6a6

.github/workflows/ci.yaml

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

1515
jobs:
1616
check-github-actions:
17-
uses: nikobockerman/github-workflows/.github/workflows/check-github-actions.yaml@d1a61f55379d78d23d5216a80591dfe37384942d
17+
uses: nikobockerman/github-workflows/.github/workflows/check-github-actions.yaml@c40fd048af4cc60e443fb5e0741812d69716d6a6
1818
check-mypy:
1919
uses: ./.github/workflows/check-mypy.yaml
2020
check-prettier:
21-
uses: nikobockerman/github-workflows/.github/workflows/check-prettier.yaml@d1a61f55379d78d23d5216a80591dfe37384942d
21+
uses: nikobockerman/github-workflows/.github/workflows/check-prettier.yaml@c40fd048af4cc60e443fb5e0741812d69716d6a6
2222
check-pyright:
2323
uses: ./.github/workflows/check-pyright.yaml
2424
check-renovate-config:
25-
uses: nikobockerman/github-workflows/.github/workflows/check-renovate-config.yaml@d1a61f55379d78d23d5216a80591dfe37384942d
25+
uses: nikobockerman/github-workflows/.github/workflows/check-renovate-config.yaml@c40fd048af4cc60e443fb5e0741812d69716d6a6
2626
check-ruff:
2727
uses: ./.github/workflows/check-ruff.yaml
2828
check-yarn:
29-
uses: nikobockerman/github-workflows/.github/workflows/check-yarn.yaml@d1a61f55379d78d23d5216a80591dfe37384942d
29+
uses: nikobockerman/github-workflows/.github/workflows/check-yarn.yaml@c40fd048af4cc60e443fb5e0741812d69716d6a6
3030
test-pytest:
3131
uses: ./.github/workflows/test-pytest.yaml
3232
run-all:

0 commit comments

Comments
 (0)