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'