Skip to content

Commit

Permalink
Merge pull request #426 from michaelcoll/dependabot/github_actions/pn…
Browse files Browse the repository at this point in the history
…pm/action-setup-3

chore(deps): Bump pnpm/action-setup from 2 to 3
  • Loading branch information
michaelcoll authored Feb 9, 2024
2 parents ce05fc0 + 3c4b4fe commit e54958c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version-file: go.mod

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set APP_VERSION env
run: echo APP_VERSION=$(echo ${GITHUB_REF} | rev | cut -d'/' -f 1 | rev ) >> ${GITHUB_ENV}

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

Expand Down

0 comments on commit e54958c

Please sign in to comment.