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) (#93)
  • Loading branch information
xLPMG authored Oct 21, 2024
1 parent 7a3bb84 commit f36b00a
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,6 +20,6 @@ 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: 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,9 +18,9 @@ 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: 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 f36b00a

Please sign in to comment.