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

View File

@@ -17,10 +17,10 @@ jobs:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
cache: gradle cache: gradle
- name: Get current date - name: Get current date
id: 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 - name: Grant execute permission for gradlew
run: chmod +x gradlew run: chmod +x gradlew