Skip to content

Commit

Permalink
maint: fixing cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Sep 5, 2023
1 parent d4fb328 commit e1dc71a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

steps:
- name: "Install Git and checkout project"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Set up Python using cache"
uses: actions/setup-python@v4
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
needs: [style, doc-build] #docs-style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3

Expand Down

0 comments on commit e1dc71a

Please sign in to comment.