Skip to content

Commit

Permalink
chore(deps): update langri-sha/github action to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent b3a6428 commit 2f979fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down Expand Up @@ -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: |
Expand All @@ -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 .
Expand Down Expand Up @@ -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

0 comments on commit 2f979fa

Please sign in to comment.