Skip to content

Commit

Permalink
use v2 of intershop actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xLPMG committed Oct 21, 2024
1 parent c1e02c3 commit 12ff496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-setup@v1.0
uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-setup@v2
- name: Prepare Docker
uses: ./.github/actions/prepare-docker
with:
docker-user: ${{ secrets.DOCKERUSER }}
docker-password: ${{ secrets.DOCKERPASSWD }}
- name: Build
uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-build@v1.0
uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-build@v2
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-setup@v1.0
uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-setup@v2
- name: Prepare Docker
uses: ./.github/actions/prepare-docker
with:
docker-user: ${{ secrets.DOCKERUSER }}
docker-password: ${{ secrets.DOCKERPASSWD }}
- name: Release
uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-release@v1.0
uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-release@v2
with:
signing-file: ${{ secrets.SIGNINGFILE }}
signing-key-id: ${{ secrets.SIGNINGKEYID }}
Expand Down

0 comments on commit 12ff496

Please sign in to comment.