From f691878ab330c09861034543875cfe48b10f7615 Mon Sep 17 00:00:00 2001 From: Jack Brown Date: Tue, 8 Oct 2024 12:35:37 -0400 Subject: [PATCH] update action versions --- .github/workflows/artifacts.yml | 2 +- .github/workflows/demo_diff_check.yml | 6 +++--- .github/workflows/deploy-pr.yml | 4 ++-- .github/workflows/update-dev.yml | 2 +- .github/workflows/upload-json.yml | 2 +- .github/workflows/upload-text.yml | 2 +- .github/workflows/validate-demo-metadata.yml | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 401ef6035b..ea8fa635f3 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest name: Run CircleCI artifacts redirector steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Get artifact URL id: getArtifact diff --git a/.github/workflows/demo_diff_check.yml b/.github/workflows/demo_diff_check.yml index 61d45aec3a..d6f70c8274 100644 --- a/.github/workflows/demo_diff_check.yml +++ b/.github/workflows/demo_diff_check.yml @@ -15,7 +15,7 @@ jobs: with: access_token: ${{ github.token }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: dev @@ -84,7 +84,7 @@ jobs: with: access_token: ${{ github.token }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: master @@ -147,7 +147,7 @@ jobs: runs-on: ubuntu-latest needs: [build-dev, build-master] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: # We checkout a dedicated unprotected branch and store the output of # the checker there diff --git a/.github/workflows/deploy-pr.yml b/.github/workflows/deploy-pr.yml index 725886184e..30e17d79c0 100644 --- a/.github/workflows/deploy-pr.yml +++ b/.github/workflows/deploy-pr.yml @@ -13,9 +13,9 @@ jobs: steps: # Needed to Built pennylane.ai-react - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Download Build Context uses: XanaduAI/cloud-actions/download-github-workflow-artifact@main diff --git a/.github/workflows/update-dev.yml b/.github/workflows/update-dev.yml index 26dea733a2..55d89fa0db 100644 --- a/.github/workflows/update-dev.yml +++ b/.github/workflows/update-dev.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Nightly Merge uses: robotology/gh-action-nightly-merge@v1.3.3 diff --git a/.github/workflows/upload-json.yml b/.github/workflows/upload-json.yml index cf938b8b37..1bffaa1af7 100644 --- a/.github/workflows/upload-json.yml +++ b/.github/workflows/upload-json.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.branch }} fetch-depth: 1 diff --git a/.github/workflows/upload-text.yml b/.github/workflows/upload-text.yml index 6297bf4083..91bb1f215b 100644 --- a/.github/workflows/upload-text.yml +++ b/.github/workflows/upload-text.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.branch }} fetch-depth: 1 diff --git a/.github/workflows/validate-demo-metadata.yml b/.github/workflows/validate-demo-metadata.yml index 5e4540bdb7..ba788661e3 100644 --- a/.github/workflows/validate-demo-metadata.yml +++ b/.github/workflows/validate-demo-metadata.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: ${{ inputs.branch }} @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: ${{ inputs.branch }} @@ -113,7 +113,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: ${{ inputs.branch }}