Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 8hobbies/workflows digest to 0222d64 #148

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@50a454b37e78ac73ae6e099e0d2ec7e8a1c1661d
uses: 8hobbies/workflows/.github/workflows/npm-lint.yml@0222d643df1ed4ae56fddcb1c622c0d235848b96
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@50a454b37e78ac73ae6e099e0d2ec7e8a1c1661d
uses: 8hobbies/workflows/.github/workflows/npm-doc-pages.yml@0222d643df1ed4ae56fddcb1c622c0d235848b96
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@50a454b37e78ac73ae6e099e0d2ec7e8a1c1661d
uses: 8hobbies/workflows/.github/workflows/npm-publish-dry-run.yml@0222d643df1ed4ae56fddcb1c622c0d235848b96
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@50a454b37e78ac73ae6e099e0d2ec7e8a1c1661d
uses: 8hobbies/workflows/.github/workflows/npm-publish.yml@0222d643df1ed4ae56fddcb1c622c0d235848b96
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@50a454b37e78ac73ae6e099e0d2ec7e8a1c1661d
uses: 8hobbies/workflows/.github/workflows/npm-runtime.yml@0222d643df1ed4ae56fddcb1c622c0d235848b96
Loading