Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MocStepan authored Apr 2, 2024
1 parent dec11dd commit 62d366a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
steps:s
- uses: actions/checkout@v4
- working-directory: ./backend

- name: Set up JDK 17 for backend
uses: actions/setup-java@v4
Expand All @@ -41,4 +42,4 @@ jobs:
distribution: 'temurin'

- name: Generate and submit dependency graph
uses: backend/gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
uses: gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

0 comments on commit 62d366a

Please sign in to comment.