diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml index 59c67ae0b6..5d8cc9f729 100644 --- a/.github/workflows/primer_comment.yaml +++ b/.github/workflows/primer_comment.yaml @@ -52,7 +52,7 @@ jobs: 'requirements_test_pre_commit.txt') }} - name: Download outputs - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v6.4.1 with: script: | // Download workflow pylint output @@ -107,7 +107,7 @@ jobs: --new-file=output_${{ steps.python.outputs.python-version }}_pr.txt - name: Post comment id: post-comment - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v6.4.1 with: script: | const fs = require('fs') diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml index 464233f907..977fad226e 100644 --- a/.github/workflows/primer_run_pr.yaml +++ b/.github/workflows/primer_run_pr.yaml @@ -74,7 +74,7 @@ jobs: # Cache primer packages - name: Download last 'main' run info id: download-main-run - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v6.4.1 with: script: | // Download 'main' pylint output