Skip to content

Commit

Permalink
Revert deps bump
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Dec 11, 2023
1 parent 78d7ab1 commit b10efb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
cocoa:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
uses: getsentry/github-workflows/.github/workflows/updater.yml@v1
with:
path: scripts/update-cocoa.sh
name: Cocoa SDK
Expand All @@ -20,7 +20,7 @@ jobs:
api_token: ${{ secrets.CI_DEPLOY_KEY }}

java:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
uses: getsentry/github-workflows/.github/workflows/updater.yml@v1
with:
path: scripts/update-java.sh
name: Java SDK
Expand Down

0 comments on commit b10efb0

Please sign in to comment.