Skip to content

Commit

Permalink
ci: consume intershop subactions version v2 to remove deprecations (#…
Browse files Browse the repository at this point in the history
…100482) (#104)
  • Loading branch information
xLPMG authored Oct 21, 2024
1 parent c1e02c3 commit 93c0167
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 93c0167

Please sign in to comment.