Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
get-diff-action@v6 instead of @gh-actions since the @gh_actions call …
Browse files Browse the repository at this point in the history
…the crypto.getRandomValues() that is no longer supported
  • Loading branch information
espenalb committed Nov 24, 2023
1 parent 037c94b commit 4e53120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: echo "RUNNING=1" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: technote-space/get-git-comment-action@v1
- uses: technote-space/get-diff-action@gh-actions
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: +(src|__tests__)/**/*.+(js|ts)
FILES: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: echo "RUNNING=1" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: technote-space/get-git-comment-action@v1
- uses: technote-space/get-diff-action@gh-actions
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: +(src|__tests__)/**/*.+(js|ts|snap)
FILES: |
Expand Down

0 comments on commit 4e53120

Please sign in to comment.