Skip to content

Commit e839e19

Browse files
chore: combined dependency update (#3700)
* chore(deps): bump amannn/action-semantic-pull-request * chore(deps): bump supercharge/redis-github-action from 1.6.0 to 1.8.0 * chore(deps): bump actions/setup-python from 4 to 5 * chore(deps): bump actions/labeler from 4.3.0 to 5.0.0 * build(deps): (deps-dev): bump sphinx-click from 4.4.0 to 5.1.0 * build(deps): (deps): bump pyjwt from 2.4.0 to 2.8.0 * build(deps): (deps): bump importlib-resources from 5.12.0 to 6.1.1 * build(deps): (deps): bump flask from 2.3.3 to 3.0.1 * chore(deps): bump SwissDataScienceCenter/renku-actions * update lock file
1 parent e98f112 commit e839e19

8 files changed

+320
-261
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist: ${{ steps.deploy-comment.outputs.persist}}
3333
steps:
3434
- id: deploy-comment
35-
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.7.0
35+
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.9.1
3636
with:
3737
string: /deploy
3838
pr_ref: ${{ github.event.number }}
@@ -44,7 +44,7 @@ jobs:
4444
name: renku-ci-rp-${{ github.event.number }}
4545
steps:
4646
- name: deploy-pr
47-
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.7.0
47+
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.9.1
4848
env:
4949
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
5050
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
@@ -90,7 +90,7 @@ jobs:
9090
if: ${{ github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true' }}
9191
needs: [check-deploy, deploy-pr]
9292
steps:
93-
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.7.0
93+
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.9.1
9494
with:
9595
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
9696
renku-release: renku-ci-rp-${{ github.event.number }}
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-20.04
106106
steps:
107107
- name: renku teardown
108-
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.7.0
108+
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.9.1
109109
env:
110110
HELM_RELEASE_REGEX: "^renku-ci-rp-${{ github.event.number }}$"
111111
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git config merge.ours.driver true
3030
git merge --no-edit "origin/${{ inputs.target_branch }}"
3131
- name: Set up Python
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: 3.11
3535
- name: Install dependencies

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
triage:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/labeler@v4.3.0
10+
- uses: actions/labeler@v5.0.0
1111
with:
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: 'refs/tags/v${{ github.event.inputs.version }}'
1919
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2020
- name: Set up Python 3.9
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: "3.9"
2424
- name: Install dependencies

.github/workflows/semantic_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
main:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: amannn/action-semantic-pull-request@v5.2.0
13+
- uses: amannn/action-semantic-pull-request@v5.4.0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
264264
run: pytest -m "integration and not shaky and not service and not serial" -v --timeout=600 -n auto
265265
- name: Start Redis
266-
uses: supercharge/redis-github-action@1.6.0
266+
uses: supercharge/redis-github-action@1.8.0
267267
- name: Test with pytest (serial)
268268
env:
269269
POETRY_VIRTUALENVS_CREATE: false
@@ -314,7 +314,7 @@ jobs:
314314
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
315315
run: pytest -m "integration and shaky and not service and not serial" -v --timeout=600 -n auto
316316
- name: Start Redis
317-
uses: supercharge/redis-github-action@1.6.0
317+
uses: supercharge/redis-github-action@1.8.0
318318
- name: Test with pytest (serial)
319319
env:
320320
POETRY_VIRTUALENVS_CREATE: false
@@ -588,13 +588,13 @@ jobs:
588588
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
589589
echo "[email protected]" >> $GITHUB_ENV
590590
- name: Build and push images
591-
uses: SwissDataScienceCenter/renku-actions/[email protected].0
591+
uses: SwissDataScienceCenter/renku-actions/[email protected].1
592592
env:
593593
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
594594
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
595595
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
596596
- name: Update component version
597-
uses: SwissDataScienceCenter/renku-actions/[email protected].0
597+
uses: SwissDataScienceCenter/renku-actions/[email protected].1
598598
env:
599599
COMPONENT_NAME: renku-core
600600
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)