diff --git a/.github/workflows/github-page.yml b/.github/workflows/github-page.yml index cee36d08..ac76fbcb 100644 --- a/.github/workflows/github-page.yml +++ b/.github/workflows/github-page.yml @@ -5,6 +5,6 @@ jobs: docgen: permissions: contents: write - uses: repobuddy/.github/.github/workflows/pnpm-docs.yml@main + uses: repobuddy/.github/.github/workflows/pnpm-docs.yml@v1 with: publish-dir: ./packages/storybook-addon-vis/storybook-static \ No newline at end of file diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c8300a1f..991a59b8 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -47,7 +47,7 @@ jobs: run: pnpm install - name: Install playwright browsers - uses: repobuddy/.github/.github/actions/setup-playwright@main + uses: repobuddy/.github/.github/actions/setup-playwright@v1 - name: Verify uses: nick-fields/retry@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 059b292c..0c2d0d56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: run: pnpm install - name: Install playwright browsers - uses: repobuddy/.github/.github/actions/setup-playwright@main + uses: repobuddy/.github/.github/actions/setup-playwright@v1 - name: Verify uses: nick-fields/retry@v4 @@ -53,14 +53,14 @@ jobs: */*/__vis__/**/__results__ release: - uses: repobuddy/.github/.github/workflows/pnpm-release-changeset.yml@main + uses: repobuddy/.github/.github/workflows/pnpm-release-changeset.yml@v1 needs: verify secrets: inherit docgen: permissions: contents: write - uses: repobuddy/.github/.github/workflows/pnpm-docs.yml@main + uses: repobuddy/.github/.github/workflows/pnpm-docs.yml@v1 needs: release if: github.ref == 'refs/heads/main' && needs.release.outputs.published == 'true' with: diff --git a/.github/workflows/update-snapshot.yml b/.github/workflows/update-snapshot.yml index a1623629..6f19cff9 100644 --- a/.github/workflows/update-snapshot.yml +++ b/.github/workflows/update-snapshot.yml @@ -34,7 +34,7 @@ jobs: run: pnpm install - name: Install playwright browsers - uses: repobuddy/.github/.github/actions/setup-playwright@main + uses: repobuddy/.github/.github/actions/setup-playwright@v1 - run: ${{ inputs.build-command }} - run: ${{ inputs.update-snapshot-command }}