Skip to content

Commit

Permalink
Update 8hobbies/workflows digest to ea78d49
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 71c2ec7 commit bd0d089
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ on:

jobs:
lint:
uses: 8hobbies/workflows/.github/workflows/npm-lint.yml@cd77cf32b79d49ddde43c1b20729cc9f6974a056
uses: 8hobbies/workflows/.github/workflows/npm-lint.yml@ea78d49a97361dedb402cc92e36020714c121b5a
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
permissions:
pages: write
id-token: write
uses: 8hobbies/workflows/.github/workflows/npm-doc-pages.yml@cd77cf32b79d49ddde43c1b20729cc9f6974a056
uses: 8hobbies/workflows/.github/workflows/npm-doc-pages.yml@ea78d49a97361dedb402cc92e36020714c121b5a
2 changes: 1 addition & 1 deletion .github/workflows/publish-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ on:

jobs:
run:
uses: 8hobbies/workflows/.github/workflows/npm-publish-dry-run.yml@cd77cf32b79d49ddde43c1b20729cc9f6974a056
uses: 8hobbies/workflows/.github/workflows/npm-publish-dry-run.yml@ea78d49a97361dedb402cc92e36020714c121b5a
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ on:
tags: ["v*"]
jobs:
build:
uses: 8hobbies/workflows/.github/workflows/npm-publish.yml@cd77cf32b79d49ddde43c1b20729cc9f6974a056
uses: 8hobbies/workflows/.github/workflows/npm-publish.yml@ea78d49a97361dedb402cc92e36020714c121b5a
secrets:
npm-auth-token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ on:

jobs:
test:
uses: 8hobbies/workflows/.github/workflows/npm-runtime.yml@cd77cf32b79d49ddde43c1b20729cc9f6974a056
uses: 8hobbies/workflows/.github/workflows/npm-runtime.yml@ea78d49a97361dedb402cc92e36020714c121b5a

0 comments on commit bd0d089

Please sign in to comment.