chore: refactor deprecated action

This commit is contained in:
LucasGGamerM 2023-04-10 07:57:59 -03:00 committed by GitHub
parent f39690b7e5
commit 88f498409f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: Grant execute permission for gradlew
run: chmod +x gradlew