Skip to content

Commit

Permalink
Update GitHub Action Versions (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Gitbot-Actions and github-actions[bot] authored Oct 13, 2024
1 parent 92cb5fd commit 71c4ed6
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android-branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -25,7 +25,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/cache@v4.1.0
- uses: actions/cache@v4.1.1
with:
path: |
~/.gradle/caches
Expand All @@ -44,14 +44,14 @@ jobs:
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug

- name: Upload Artifact - WithInternet
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: Signed app bundle - WithInternet
path: app/build/outputs/apk/withInternet/debug/*.apk
retention-days: 3

- name: Upload Artifact - WithoutInternet
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: Signed app bundle - WithoutInternet
path: app/build/outputs/apk/withoutInternet/debug/*.apk
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/android-main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -23,7 +23,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/cache@v4.1.0
- uses: actions/cache@v4.1.1
with:
path: |
~/.gradle/caches
Expand All @@ -42,14 +42,14 @@ jobs:
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug

- name: Upload Artifact - WithInternet
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: Signed app bundle - WithInternet
path: app/build/outputs/apk/withInternet/debug/*.apk
retention-days: 3

- name: Upload Artifact - WithoutInternet
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: Signed app bundle - WithoutInternet
path: app/build/outputs/apk/withoutInternet/debug/*.apk
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/android-pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -23,7 +23,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/cache@v4.1.0
- uses: actions/cache@v4.1.1
with:
path: |
~/.gradle/caches
Expand All @@ -42,14 +42,14 @@ jobs:
run: ./gradlew clean && ./gradlew assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug

- name: Upload Artifact - WithInternet
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: Signed app bundle - WithInternet
path: app/build/outputs/apk/withInternet/debug/*.apk
retention-days: 3

- name: Upload Artifact - WithoutInternet
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: Signed app bundle - WithoutInternet
path: app/build/outputs/apk/withoutInternet/debug/*.apk
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/android-release_ci-forced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -20,7 +20,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/cache@v4.1.0
- uses: actions/cache@v4.1.1
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
buildToolsVersion: 33.0.0

- name: Upload Artifact - WithInternet
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: Signed app bundle - WithInternet
path: app/build/outputs/apk/withInternet/release/*.apk
Expand All @@ -70,7 +70,7 @@ jobs:
buildToolsVersion: 33.0.0

- name: Upload Artifact - WithoutInternet
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: Signed app bundle - WithoutInternet
path: app/build/outputs/apk/withoutInternet/release/*.apk
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -23,7 +23,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/cache@v4.1.0
- uses: actions/cache@v4.1.1
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/keep-workflow-packages-up-to-date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.GIT_BOT_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out the repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
needs: release
steps:
- name: Checkout project
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -52,7 +52,7 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: actions/cache@v4.1.0
- uses: actions/cache@v4.1.1
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: gradle/wrapper-validation-action@v3.5.0

0 comments on commit 71c4ed6

Please sign in to comment.