Skip to content

Commit 2f620ac

Browse files
Update GitHub Action Versions (#606)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3e00205 commit 2f620ac

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout project
18-
uses: actions/[email protected].0
18+
uses: actions/[email protected].1
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121

@@ -26,7 +26,7 @@ jobs:
2626
distribution: 'temurin'
2727
cache: gradle
2828

29-
- uses: actions/[email protected].0
29+
- uses: actions/[email protected].1
3030
with:
3131
path: |
3232
~/.gradle/caches
@@ -42,7 +42,7 @@ jobs:
4242
run: ./gradlew clean && ./gradlew assembleDebug
4343

4444
- name: Upload Artifact
45-
uses: actions/[email protected].0
45+
uses: actions/[email protected].3
4646
with:
4747
name: Signed app bundle
4848
path: app/build/outputs/apk/debug/*.apk

.github/workflows/android-main_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout project
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].1
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: gradle
2626

27-
- uses: actions/[email protected].0
27+
- uses: actions/[email protected].1
2828
with:
2929
path: |
3030
~/.gradle/caches
@@ -40,7 +40,7 @@ jobs:
4040
run: ./gradlew clean && ./gradlew assembleDebug
4141

4242
- name: Upload Artifact
43-
uses: actions/[email protected].0
43+
uses: actions/[email protected].3
4444
with:
4545
name: Signed app bundle
4646
path: app/build/outputs/apk/debug/*.apk

.github/workflows/android-pr_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout project
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].1
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: gradle
2626

27-
- uses: actions/[email protected].0
27+
- uses: actions/[email protected].1
2828
with:
2929
path: |
3030
~/.gradle/caches
@@ -40,7 +40,7 @@ jobs:
4040
run: ./gradlew clean && ./gradlew assembleDebug
4141

4242
- name: Upload Artifact
43-
uses: actions/[email protected].0
43+
uses: actions/[email protected].3
4444
with:
4545
name: Signed app bundle
4646
path: app/build/outputs/apk/debug/*.apk

.github/workflows/android-release_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout project
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

@@ -23,7 +23,7 @@ jobs:
2323
distribution: 'temurin'
2424
cache: gradle
2525

26-
- uses: actions/[email protected].0
26+
- uses: actions/[email protected].1
2727
with:
2828
path: |
2929
~/.gradle/caches

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Check out repository
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].1
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
fetch-depth: 0

.github/workflows/keep-workflow-packages-up-to-date.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
with:
1717
# [Required] Access token with `workflow` scope.
1818
token: ${{ secrets.GIT_BOT_TOKEN }}

.github/workflows/validate-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Validation
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/[email protected].0
17+
- uses: actions/[email protected].1
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
- uses: gradle/[email protected]

0 commit comments

Comments
 (0)