summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-10-20 14:35:18 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-10-20 14:35:18 +0200
commitcd5e248bfc4f1b7e7fe9dc212e7a868df45dc852 (patch)
treeba8ab62aecd0c8119b65f78b405b4830ec789443 /.github/workflows
parentUpdate (.github/workflows/copilot.yml) (diff)
downloadgpt4free-cd5e248bfc4f1b7e7fe9dc212e7a868df45dc852.tar
gpt4free-cd5e248bfc4f1b7e7fe9dc212e7a868df45dc852.tar.gz
gpt4free-cd5e248bfc4f1b7e7fe9dc212e7a868df45dc852.tar.bz2
gpt4free-cd5e248bfc4f1b7e7fe9dc212e7a868df45dc852.tar.lz
gpt4free-cd5e248bfc4f1b7e7fe9dc212e7a868df45dc852.tar.xz
gpt4free-cd5e248bfc4f1b7e7fe9dc212e7a868df45dc852.tar.zst
gpt4free-cd5e248bfc4f1b7e7fe9dc212e7a868df45dc852.zip
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/copilot.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/copilot.yml b/.github/workflows/copilot.yml
index dd8120a4..6e06f6c7 100644
--- a/.github/workflows/copilot.yml
+++ b/.github/workflows/copilot.yml
@@ -6,9 +6,6 @@ on:
types:
- completed
-env:
- FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: true
-
jobs:
review:
runs-on: ubuntu-latest
@@ -17,9 +14,9 @@ jobs:
pull-requests: write
steps:
- name: Checkout Repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v3
- name: 'Download artifact'
- uses: actions/github-script@v7
+ uses: actions/github-script@v6
with:
script: |
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -41,7 +38,7 @@ jobs:
- name: 'Unzip artifact'
run: unzip pr_number.zip
- name: Setup Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v4
with:
python-version: "3.x"
cache: 'pip'