Bump the github-actions group across 1 directory with 6 updates (#3970)

This commit is contained in:
dependabot[bot]
2025-09-16 14:19:24 +00:00
committed by GitHub
parent a84ac94701
commit 983e7d973b
17 changed files with 34 additions and 34 deletions
+4 -4
View File
@@ -44,9 +44,9 @@ jobs:
openjfx-url: 'https://download2.gluonhq.com/openjfx/24.0.1/openjfx-24.0.1_linux-aarch64_bin-jmods.zip'
openjfx-sha: '7e02edd0f4ee5527a27c94b0bbba66fcaaff41009119e45d0eca0f96ddfb6e7b'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Java
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
distribution: ${{ env.JAVA_DIST }}
java-version: ${{ env.JAVA_VERSION }}
@@ -202,7 +202,7 @@ jobs:
if: github.event_name == 'release'
steps:
- name: Download AppImages
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
path: downloads/
merge-multiple: true
@@ -213,7 +213,7 @@ jobs:
echo "x64-sha256sum=${X64_SHA256}" >> "$GITHUB_OUTPUT"
AARCH64_SHA256=$(sha256sum downloads/cryptomator-*-aarch64.AppImage | cut -d ' ' -f1)
echo "aarch64-sha256sum=${AARCH64_SHA256}" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: 'cryptomator/aur-bin'
token: ${{ secrets.CRYPTOBOT_PR_TOKEN }}