-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump SwissDataScienceCenter/renku-actions
Bumps [SwissDataScienceCenter/renku-actions](https://github.com/swissdatasciencecenter/renku-actions) from 1.7.0 to 1.10.0. - [Release notes](https://github.com/swissdatasciencecenter/renku-actions/releases) - [Commits](SwissDataScienceCenter/renku-actions@v1.7.0...v1.10.0) --- updated-dependencies: - dependency-name: SwissDataScienceCenter/renku-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
e839e19
commit 908ee85
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -588,13 +588,13 @@ jobs: | |
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV | ||
echo "[email protected]" >> $GITHUB_ENV | ||
- name: Build and push images | ||
uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.9.1 | ||
uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.10.0 | ||
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.1 | ||
uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.10.0 | ||
env: | ||
COMPONENT_NAME: renku-core | ||
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} | ||
|