diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b5989fe..c8237ae 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up JDK 1.8 - uses: actions/setup-java@v5 + uses: actions/setup-java@v1 with: java-version: 1.8 server-id: github # Value of the distributionManagement/repository/id field of the pom.xml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2 - name: Install Doppler CLI - uses: dopplerhq/cli-action@v4 + uses: dopplerhq/cli-action@v1 - name: Login in Doppler run: doppler setup --token=${{ secrets.DOPPLER_TOKEN_PROD }} --no-prompt