diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 8ec8124f0..2f0372844 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -16,14 +16,14 @@ jobs: token: ${{ secrets.REPO_TOKEN }} - name: Setup PNPM - uses: langri-sha/github/actions/pnpm@v0.3.0 + uses: langri-sha/github/actions/pnpm@v0.4.0 with: always-auth: true registry-url: https://registry.npmjs.org scope: '@langri-sha' - name: Configure Git user - uses: langri-sha/github/actions/github-action-bot-git-user@v0.3.0 + uses: langri-sha/github/actions/github-action-bot-git-user@v0.4.0 - name: Build composite projects run: pnpm tsc --build . diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index cacce1da1..510cf9bf2 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -33,6 +33,6 @@ jobs: uses: actions/checkout@v4 - name: Run checks - uses: langri-sha/github/actions/terraform@v0.3.0 + uses: langri-sha/github/actions/terraform@v0.4.0 with: working-directory: ${{ matrix.working-directory }} diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 0a6a7e59f..3ded2ab3d 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PNPM - uses: langri-sha/github/actions/pnpm@v0.3.0 + uses: langri-sha/github/actions/pnpm@v0.4.0 - name: Build run: pnpm build @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Google Cloud Platform - uses: langri-sha/github/actions/google-cloud-platform@v0.3.0 + uses: langri-sha/github/actions/google-cloud-platform@v0.4.0 with: service_account: ${{ vars.SERVICE_ACCOUNT }} setup_gcloud: true diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index 4ef7e9ee7..9e48a15cc 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PNPM - uses: langri-sha/github/actions/pnpm@v0.3.0 + uses: langri-sha/github/actions/pnpm@v0.4.0 - name: Apply ESLint fixes run: pnpm eslint --fix . @@ -81,7 +81,7 @@ jobs: name: diff - name: Configure Git user - uses: langri-sha/github/actions/github-action-bot-git-user@v0.3.0 + uses: langri-sha/github/actions/github-action-bot-git-user@v0.4.0 - name: Apply diff run: | @@ -103,7 +103,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Setup PNPM - uses: langri-sha/github/actions/pnpm@v0.3.0 + uses: langri-sha/github/actions/pnpm@v0.4.0 - name: ESLint run: pnpm eslint . @@ -163,7 +163,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PNPM - uses: langri-sha/github/actions/pnpm@v0.3.0 + uses: langri-sha/github/actions/pnpm@v0.4.0 - name: Vitest run: pnpm vitest --passWithNoTests