Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/taiki-…
Browse files Browse the repository at this point in the history
…e/install-action-2.44.14'
  • Loading branch information
lincolnthalles committed Oct 1, 2024
2 parents 169a110 + 6fb0e59 commit 6435c35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# setup deps
- name: Setup Just
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
uses: taiki-e/install-action@2d31e9510b5117608dd543528c26ab9c080b2bd3
with: { tool: [email protected] }

- name: Setup pnpm
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

# setup deps
- name: Setup Just
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
uses: taiki-e/install-action@2d31e9510b5117608dd543528c26ab9c080b2bd3
with: { tool: [email protected] }

- name: Setup buf
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# setup deps
- name: Setup Just
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
uses: taiki-e/install-action@2d31e9510b5117608dd543528c26ab9c080b2bd3
with: { tool: [email protected] }

- name: Setup pnpm
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

# setup deps
- name: Setup Just
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
uses: taiki-e/install-action@2d31e9510b5117608dd543528c26ab9c080b2bd3
with: { tool: [email protected] }

- name: Setup buf
Expand Down

0 comments on commit 6435c35

Please sign in to comment.