Skip to content

Commit

Permalink
Merge pull request #135 from yowainwright/fix-actions
Browse files Browse the repository at this point in the history
chore: updates actions
  • Loading branch information
yowainwright authored Aug 12, 2024
2 parents fd88757 + a87d8d8 commit dca7b64
Show file tree
Hide file tree
Showing 3 changed files with 5,107 additions and 6,707 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: codependence trigger version update 🤼‍♀️

on:
push:
# Pattern matched against refs/tags
tags:
- '**'

Expand All @@ -12,11 +11,11 @@ jobs:

strategy:
matrix:
node-version: [.x]
node-version: [20.x]

steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: yowainwright/codependence-post-release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

0 comments on commit dca7b64

Please sign in to comment.