Skip to content

Commit

Permalink
Update apple action version (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Oct 30, 2024
1 parent b7c4698 commit 255053b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundles-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
release: ${{ inputs.java-release }}
version: ${{ inputs.java-version }}

- uses: Apple-Actions/import-codesign-certs@v1
- uses: Apple-Actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.CERTIFICATES_FILE_BASE64 }}
p12-password: ${{ secrets.CERTIFICATES_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundles-mac_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
release: ${{ inputs.java-release }}
version: ${{ inputs.java-version }}

- uses: Apple-Actions/import-codesign-certs@v1
- uses: Apple-Actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.CERTIFICATES_FILE_BASE64 }}
p12-password: ${{ secrets.CERTIFICATES_PASSWORD }}
Expand Down

0 comments on commit 255053b

Please sign in to comment.