Skip to content

Commit

Permalink
Merge 5215ead into 1600ca3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 20, 2022
2 parents 1600ca3 + 5215ead commit 606179c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: clone ocs
uses: actions/checkout@v2
uses: actions/checkout@v3
# Fetch all history for all tags and branches
with:
fetch-depth: 0
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
python-version: 3.8

- name: clone ocs
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: install build dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: clone ocs
uses: actions/checkout@v2
uses: actions/checkout@v3
# Fetch all history for all tags and branches
with:
fetch-depth: 0
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
python-version: 3.8

- name: clone ocs
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: install build dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Install
- name: clone ocs
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install ocs
run: |
Expand Down

0 comments on commit 606179c

Please sign in to comment.