summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/primer_comment.yaml4
-rw-r--r--.github/workflows/primer_run_pr.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index 59c67ae0b..5d8cc9f72 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 464233f90..977fad226 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