Skip to content

Commit

Permalink
chore(deps): update chgl/.github action to v1.5.8 (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 12, 2024
1 parent d969f8a commit ee5b28d
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit ee5b28d

Please sign in to comment.