Skip to content

Commit

Permalink
checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Dec 5, 2024
1 parent 175f07a commit 32ef4d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 32ef4d2

Please sign in to comment.