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 (#606)
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 3e00205 commit 2f620ac
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -26,7 +26,7 @@ jobs:
distribution: 'temurin'
cache: gradle

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: |
~/.gradle/caches
Expand All @@ -42,7 +42,7 @@ jobs:
run: ./gradlew clean && ./gradlew assembleDebug

- name: Upload Artifact
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: Signed app bundle
path: app/build/outputs/apk/debug/*.apk
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/android-main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -24,7 +24,7 @@ jobs:
distribution: 'temurin'
cache: gradle

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: |
~/.gradle/caches
Expand All @@ -40,7 +40,7 @@ jobs:
run: ./gradlew clean && ./gradlew assembleDebug

- name: Upload Artifact
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: Signed app bundle
path: app/build/outputs/apk/debug/*.apk
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/android-pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -24,7 +24,7 @@ jobs:
distribution: 'temurin'
cache: gradle

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: |
~/.gradle/caches
Expand All @@ -40,7 +40,7 @@ jobs:
run: ./gradlew clean && ./gradlew assembleDebug

- name: Upload Artifact
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: Signed app bundle
path: app/build/outputs/apk/debug/*.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/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}

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

- uses: actions/[email protected].0
- uses: actions/[email protected].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/[email protected].0
uses: actions/[email protected].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/[email protected].0
- uses: actions/[email protected].1
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.GIT_BOT_TOKEN }}
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/[email protected].0
- uses: actions/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: gradle/[email protected]

0 comments on commit 2f620ac

Please sign in to comment.