Skip to content

Commit 1486a43

Browse files
Update 8hobbies/workflows digest to df30152 (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a936b0b commit 1486a43

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/lint.yml

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

2323
jobs:
2424
lint:
25-
uses: 8hobbies/workflows/.github/workflows/npm-lint.yml@0d565d463a54d0e75c9afbae084bacbda52a37ec
25+
uses: 8hobbies/workflows/.github/workflows/npm-lint.yml@df3015265c024564c6d0e01e1986e94c98562760

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
permissions:
2626
pages: write
2727
id-token: write
28-
uses: 8hobbies/workflows/.github/workflows/npm-doc-pages.yml@0d565d463a54d0e75c9afbae084bacbda52a37ec
28+
uses: 8hobbies/workflows/.github/workflows/npm-doc-pages.yml@df3015265c024564c6d0e01e1986e94c98562760

.github/workflows/publish-dry-run.yml

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

2323
jobs:
2424
run:
25-
uses: 8hobbies/workflows/.github/workflows/npm-publish-dry-run.yml@0d565d463a54d0e75c9afbae084bacbda52a37ec
25+
uses: 8hobbies/workflows/.github/workflows/npm-publish-dry-run.yml@df3015265c024564c6d0e01e1986e94c98562760

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ on:
1919
tags: ["v*"]
2020
jobs:
2121
build:
22-
uses: 8hobbies/workflows/.github/workflows/npm-publish.yml@0d565d463a54d0e75c9afbae084bacbda52a37ec
22+
uses: 8hobbies/workflows/.github/workflows/npm-publish.yml@df3015265c024564c6d0e01e1986e94c98562760
2323
secrets:
2424
npm-auth-token: ${{ secrets.NPM_TOKEN }}

.github/workflows/runtime.yml

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

2323
jobs:
2424
test:
25-
uses: 8hobbies/workflows/.github/workflows/npm-runtime.yml@0d565d463a54d0e75c9afbae084bacbda52a37ec
25+
uses: 8hobbies/workflows/.github/workflows/npm-runtime.yml@df3015265c024564c6d0e01e1986e94c98562760

0 commit comments

Comments
 (0)