Skip to content

Commit

Permalink
Merge pull request #81 from yowainwright/updates-update
Browse files Browse the repository at this point in the history
Update update.yml
  • Loading branch information
yowainwright authored May 23, 2024
2 parents 62c04b3 + 92d150f commit 683266e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
node-version: [20.x]

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand All @@ -29,7 +29,7 @@ jobs:
- run: pnpm run update
- run: pnpm install --no-frozen-lockfile
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PR_CREATE_TOKEN }}
commit-message: Update dependencies
Expand Down

0 comments on commit 683266e

Please sign in to comment.