Skip to content

Commit

Permalink
Revert "chore(deps): bump gradle/actions from 3 to 321 (#1572)" (#1579)
Browse files Browse the repository at this point in the history
This reverts commit 390c565.

gradle/actions@v321 doesn't actually seem to exist.
  • Loading branch information
chaoran-chen authored Apr 9, 2024
1 parent 390c565 commit d7c4f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Build Docker Image For Branch
if: env.CACHE_HIT == 'false'
uses: gradle/actions/setup-gradle@v321
uses: gradle/actions/setup-gradle@v3
env:
USER: ${{ github.actor }}
TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit d7c4f10

Please sign in to comment.