Skip to content

Commit 7860064

Browse files
Merge pull request #3312 from SwissDataScienceCenter/release/v2.2.0
chore: release v2.2.0
2 parents fca855b + ccc5d6b commit 7860064

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1105
-840
lines changed

.github/workflows/cheatsheet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: "'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')"
1616
steps:
17-
- uses: actions/checkout@v3.2.0
17+
- uses: actions/checkout@v3.3.0
1818
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1919
- name: Set up Python 3.9
2020
uses: actions/setup-python@v1
@@ -41,7 +41,7 @@ jobs:
4141
python -m pip install --upgrade pip
4242
python -m pip install coveralls poetry wheel twine
4343
poetry self add "poetry-dynamic-versioning[plugin]"
44-
poetry install -E toil -E service --with dev,tests,docs
44+
poetry install -E service --with dev,tests,docs
4545
- name: Install renku into cache
4646
if: steps.cache.outputs.cache-hit == 'true'
4747
run: |

.github/workflows/combine-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
combine-prs:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3.2.0
9+
- uses: actions/checkout@v3.3.0
1010
with:
1111
fetch-depth: 0
1212
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"

.github/workflows/publish_shacl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.2.0
14+
- uses: actions/checkout@v3.3.0
1515
with:
1616
fetch-depth: 0
1717
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
create-release-pr:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.2.0
14+
- uses: actions/checkout@v3.3.0
1515
with:
1616
fetch-depth: 0
1717
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)