Skip to content

Commit

Permalink
chore: bump actions using node 16 to node 20 (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy authored May 10, 2024
1 parent 95235e5 commit 354df22
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
python: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: substrafl

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -33,13 +33,13 @@ jobs:
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Checkout pyconfig from a private repos
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: substra/substra-tools
path: substratools

- name: Checkout pyconfig from a private repos
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: substra/substra
path: substra
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
python: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: substrafl

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -40,12 +40,12 @@ jobs:
cd substrafl
pre-commit run --all-files
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: substra/substra-tools
path: substratools

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: substra/substra
path: substra
Expand All @@ -70,9 +70,9 @@ jobs:
pr-validation-docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand All @@ -82,12 +82,12 @@ jobs:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-${{ env.pythonLocation }}-pip-${{ hashFiles('substrafl/pyproject.toml') }}-${{ hashFiles ('substrafl/docs/requirements.txt') }}-${{ hashFiles('substrafl/benchmark/camelyon/requirements.txt') }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: substra/substra
path: substra

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: substra/substra-tools
path: substratools
Expand All @@ -107,20 +107,20 @@ jobs:
benchmark:
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: 3.11

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: substrafl

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: substra/substra-tools
path: substratools

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: substra/substra
path: substra
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows-subprocess-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ jobs:
python: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: substrafl

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

- name: Checkout pyconfig from a private repos
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: substra/substra-tools
path: substratools

- name: Checkout pyconfig from a private repos
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: substra/substra
path: substra
Expand Down

0 comments on commit 354df22

Please sign in to comment.