From a6074878bbcba41ee5dfcc6fe47ceb76da045802 Mon Sep 17 00:00:00 2001 From: Eric Radman Date: Mon, 1 Apr 2024 19:37:37 -0400 Subject: [PATCH] Use setup-python@v5, setup-node@v4 (#6842) To avoid warnings in the CI pipeline > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20 Co-authored-by: github-actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c42929c2..7273b324e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.8' - run: sudo pip install black==23.1.0 ruff==0.0.287 @@ -82,7 +82,7 @@ jobs: with: fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} cache: 'yarn' @@ -109,7 +109,7 @@ jobs: with: fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} cache: 'yarn' @@ -142,7 +142,7 @@ jobs: with: fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} cache: 'yarn'