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

chore(deps): update chgl/.github action to v1.5.8 #403

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: read-all

jobs:
build:
uses: chgl/.github/.github/workflows/standard-build.yaml@81643d4afd41d47ad2ad8f7977d7a8f81751d2e9 # v1.5.7
uses: chgl/.github/.github/workflows/standard-build.yaml@30c73d9798c48738395bf78538bb61de6103a4f4 # v1.5.8
permissions:
contents: read
id-token: write
Expand All @@ -27,7 +27,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

lint:
uses: chgl/.github/.github/workflows/standard-lint.yaml@81643d4afd41d47ad2ad8f7977d7a8f81751d2e9 # v1.5.7
uses: chgl/.github/.github/workflows/standard-lint.yaml@30c73d9798c48738395bf78538bb61de6103a4f4 # v1.5.8
permissions:
contents: read
pull-requests: write
Expand All @@ -40,7 +40,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

release:
uses: chgl/.github/.github/workflows/standard-release.yaml@81643d4afd41d47ad2ad8f7977d7a8f81751d2e9 # v1.5.7
uses: chgl/.github/.github/workflows/standard-release.yaml@30c73d9798c48738395bf78538bb61de6103a4f4 # v1.5.8
needs:
- build
permissions:
Expand Down