Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 15, 2024
1 parent 7489995 commit abf7438
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -42,7 +42,7 @@ jobs:
run: ./gradlew clean && ./gradlew assembleDebug

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: Signed app bundle
path: app/build/outputs/apk/debug/*.apk
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -40,7 +40,7 @@ jobs:
run: ./gradlew clean && ./gradlew assembleDebug

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: Signed app bundle
path: app/build/outputs/apk/debug/*.apk
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -40,7 +40,7 @@ jobs:
run: ./gradlew clean && ./gradlew assembleDebug

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: Signed app bundle
path: app/build/outputs/apk/debug/*.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v3.3.0
uses: orhun/git-cliff-action@v4.0.2
with:
config: cliff.toml
args: --verbose
Expand Down

0 comments on commit abf7438

Please sign in to comment.