Skip to content

Commit

Permalink
chore(deps): update langri-sha/github action to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and langri-sha committed Aug 30, 2024
1 parent a3667da commit af69160
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
packages:
name: Packages
uses: langri-sha/github/.github/workflows/packages.yml@v0.5.2
uses: langri-sha/github/.github/workflows/packages.yml@v0.7.1
with:
environment: release
scope: '@langri-sha'
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.4.0
uses: langri-sha/github/actions/terraform@v0.7.1
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.4.0
uses: langri-sha/github/actions/pnpm@v0.7.1

- 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.4.0
uses: langri-sha/github/actions/google-cloud-platform@v0.7.1
with:
service_account: ${{ vars.SERVICE_ACCOUNT }}
setup_gcloud: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
workspace:
uses: langri-sha/github/.github/workflows/workspace.yml@v0.4.0
uses: langri-sha/github/.github/workflows/workspace.yml@v0.7.1
with:
beachball: true
eslint: true
Expand Down

0 comments on commit af69160

Please sign in to comment.