From ddcf9f6a3756795252274d5adb56c83a062909da Mon Sep 17 00:00:00 2001 From: biancacamille-luna Date: Fri, 5 Jul 2024 22:10:58 +0800 Subject: [PATCH] Changed versions due to node.js error --- .github/workflows/main.yml | 4 ++-- .github/workflows/release-version.yml | 4 ++-- .github/workflows/update-version.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b29b6de51c..b05617409c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,11 +25,11 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Build and publish the site - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 with: python-version: '3.10' # Install python pre-reqs diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index ada5142323a..1e3dd594503 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -25,11 +25,11 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Build and publish the site - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' # Install python pre-reqs diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 554a5ce2114..8a89ebcc1ba 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -25,11 +25,11 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Build and publish the site - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' # Install python pre-reqs