From 4e53120b92ba2e9b64091841dc2d074516c7cdb3 Mon Sep 17 00:00:00 2001 From: Espen Albrektsen Date: Fri, 24 Nov 2023 15:06:44 +0100 Subject: [PATCH] get-diff-action@v6 instead of @gh-actions since the @gh_actions call the crypto.getRandomValues() that is no longer supported --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d343495f..c4317e73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -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: |