Skip to content

Commit

Permalink
chore: combined dependency update (#3700)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
github-actions[bot] committed Feb 6, 2024
1 parent e98f112 commit e839e19
Show file tree
Hide file tree
Showing 8 changed files with 320 additions and 261 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
persist: ${{ steps.deploy-comment.outputs.persist}}
steps:
- id: deploy-comment
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.7.0
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.9.1
with:
string: /deploy
pr_ref: ${{ github.event.number }}
Expand All @@ -44,7 +44,7 @@ jobs:
name: renku-ci-rp-${{ github.event.number }}
steps:
- name: deploy-pr
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.7.0
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.9.1
env:
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
if: ${{ github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true' }}
needs: [check-deploy, deploy-pr]
steps:
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.7.0
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.9.1
with:
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
renku-release: renku-ci-rp-${{ github.event.number }}
Expand All @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.7.0
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.9.1
env:
HELM_RELEASE_REGEX: "^renku-ci-rp-${{ github.event.number }}$"
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
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 @@ -29,7 +29,7 @@ jobs:
git config merge.ours.driver true
git merge --no-edit "origin/${{ inputs.target_branch }}"
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4.3.0
- uses: actions/labeler@v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ref: 'refs/tags/v${{ github.event.inputs.version }}'
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.2.0
- uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
run: pytest -m "integration and not shaky and not service and not serial" -v --timeout=600 -n auto
- name: Start Redis
uses: supercharge/redis-github-action@1.6.0
uses: supercharge/redis-github-action@1.8.0
- name: Test with pytest (serial)
env:
POETRY_VIRTUALENVS_CREATE: false
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
run: pytest -m "integration and shaky and not service and not serial" -v --timeout=600 -n auto
- name: Start Redis
uses: supercharge/redis-github-action@1.6.0
uses: supercharge/redis-github-action@1.8.0
- name: Test with pytest (serial)
env:
POETRY_VIRTUALENVS_CREATE: false
Expand Down Expand Up @@ -588,13 +588,13 @@ jobs:
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
echo "GIT_EMAIL=renku@datascience.ch" >> $GITHUB_ENV
- name: Build and push images
uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.9.0
uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.9.1
env:
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
- name: Update component version
uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.9.0
uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.9.1
env:
COMPONENT_NAME: renku-core
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit e839e19

Please sign in to comment.