Skip to content

Commit

Permalink
fixed workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
RichtXO committed Aug 28, 2024
1 parent aa00670 commit 4600022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
SPOTIFY_SECRET: ${{ secrets.SPOTIFY_SECRET }}

steps:
- uses: actions/checkout@4
- uses: actions/setup-java@4
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.2.2
with:
distribution: 'temurin'
java-version: '21'
Expand Down

0 comments on commit 4600022

Please sign in to comment.