Skip to content

Commit

Permalink
squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosrc committed Jan 31, 2024
1 parent e7da0c2 commit e74da04
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
git config --global user.email "${{ secrets.USER_EMAIL }}"
git config --global user.name "${{ secrets.USER_NAME }}"
- name: Update project code
run: |
git branch --set-upstream-to origin/withUpdatedDependencies
git pull --rebase
- name: Update Dependencies with gradle
uses: gradle/actions/setup-gradle@v3
- run: ./gradlew versionCatalogUpdate
Expand Down

0 comments on commit e74da04

Please sign in to comment.