Skip to content

Commit

Permalink
Merge pull request #3312 from SwissDataScienceCenter/release/v2.2.0
Browse files Browse the repository at this point in the history
chore: release v2.2.0
  • Loading branch information
mohammad-alisafaee authored Feb 10, 2023
2 parents fca855b + ccc5d6b commit 7860064
Show file tree
Hide file tree
Showing 64 changed files with 1,105 additions and 840 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cheatsheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
if: "'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.9
uses: actions/setup-python@v1
Expand All @@ -41,7 +41,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine
poetry self add "poetry-dynamic-versioning[plugin]"
poetry install -E toil -E service --with dev,tests,docs
poetry install -E service --with dev,tests,docs
- name: Install renku into cache
if: steps.cache.outputs.cache-hit == 'true'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
combine-prs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_shacl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
create-release-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
Loading

0 comments on commit 7860064

Please sign in to comment.