Skip to content

Commit

Permalink
fix(bot): bump Typeform/ci-standard-checks in the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [Typeform/ci-standard-checks](https://github.com/typeform/ci-standard-checks).


Updates `Typeform/ci-standard-checks` from 1.pre.beta to 1.30.0
- [Release notes](https://github.com/typeform/ci-standard-checks/releases)
- [Commits](Typeform/ci-standard-checks@v1-beta...v1.30.0)

---
updated-dependencies:
- dependency-name: Typeform/ci-standard-checks
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent 4286d65 commit 59d89aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-standard-checks-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: boolean
required: false
default: false
description: 'whether to use Typeform/ci-standard-checks@v1-beta'
description: 'whether to use Typeform/ci-standard-checks@v1.30.0'

jobs:
ci-standard-checks:
Expand All @@ -33,14 +33,14 @@ jobs:
node-version: 20
- name: CI Standard Checks
if: ${{ inputs.useBeta == false }}
uses: Typeform/ci-standard-checks@v1
uses: Typeform/ci-standard-checks@v1.30.0
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
skipChecks: ${{ inputs.skipChecks }}
enableChecks: ${{ inputs.enableChecks }}
- name: CI Standard Checks @v1-beta
if: ${{ inputs.useBeta == true }}
uses: Typeform/ci-standard-checks@v1-beta
uses: Typeform/ci-standard-checks@v1.30.0
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
skipChecks: ${{ inputs.skipChecks }}
Expand Down

0 comments on commit 59d89aa

Please sign in to comment.