From 32ef4d2c861170ce17ded56d10329d83f4c8f797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Thu, 5 Dec 2024 00:32:53 +0000 Subject: [PATCH] checkout v4 --- .github/workflows/main.yml | 14 +++++++------- README.rst | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a1f5b29c..e4f140c0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,12 +10,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - - name: set node.js 16.x + - name: set node.js 22.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 22.x - name: install dependencies run: yarn @@ -31,7 +31,7 @@ jobs: name: "Integration Tests: Setup" steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup pyenv id: pyenv @@ -54,7 +54,7 @@ jobs: name: "Integration Tests: Caches Default" steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: pyenv + python 3.7.16 id: pyenv @@ -82,7 +82,7 @@ jobs: name: "Integration Tests: Caches Multiple Versions" steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: pyenv + python 3.8.16 and 3.7.16 id: pyenv @@ -119,7 +119,7 @@ jobs: name: "Integration Tests: Run commands after each version installation" steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: python 3.7.16 and 3.8.16 with latest pip id: pyenv diff --git a/README.rst b/README.rst index 76ad89878..c981786d1 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ each of them and run pytest. - 3.9 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install python version uses: gabrielfalcao/pyenv-action@v18 with: