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 ffa9ccb commit ca45faa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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

0 comments on commit ca45faa

Please sign in to comment.