Skip to content

Commit e0d22e7

Browse files
Update GitHub Action Versions (#151)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 106198a commit e0d22e7

9 files changed

+23
-23
lines changed

.github/workflows/android-branch_ci.yml

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

2121
- name: set up JDK 17
22-
uses: actions/setup-java@v4.4.0
22+
uses: actions/setup-java@v4.5.0
2323
with:
2424
java-version: "17"
2525
distribution: "temurin"
2626
cache: gradle
2727

28-
- uses: actions/[email protected].1
28+
- uses: actions/[email protected].2
2929
with:
3030
path: |
3131
~/.gradle/caches

.github/workflows/android-main_ci.yml

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

1919
- name: set up JDK 17
20-
uses: actions/setup-java@v4.4.0
20+
uses: actions/setup-java@v4.5.0
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"
2424
cache: gradle
2525

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

.github/workflows/android-pr_ci.yml

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

1919
- name: set up JDK 17
20-
uses: actions/setup-java@v4.4.0
20+
uses: actions/setup-java@v4.5.0
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"
2424
cache: gradle
2525

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

.github/workflows/android-release_ci-forced.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout project
12-
uses: actions/[email protected].1
12+
uses: actions/[email protected].2
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515

1616
- name: set up JDK 17
17-
uses: actions/setup-java@v4.4.0
17+
uses: actions/setup-java@v4.5.0
1818
with:
1919
java-version: "17"
2020
distribution: "temurin"
2121
cache: gradle
2222

23-
- uses: actions/[email protected].1
23+
- uses: actions/[email protected].2
2424
with:
2525
path: |
2626
~/.gradle/caches

.github/workflows/android-release_ci.yml

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

1919
- name: set up JDK 17
20-
uses: actions/setup-java@v4.4.0
20+
uses: actions/setup-java@v4.5.0
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"
2424
cache: gradle
2525

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

.github/workflows/changelog.yml

Lines changed: 2 additions & 2 deletions
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].1
16+
uses: actions/[email protected].2
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
fetch-depth: 0
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Import GPG key
3030
id: import_gpg
31-
uses: crazy-max/ghaction-import-gpg@v6.1.0
31+
uses: crazy-max/ghaction-import-gpg@v6.2.0
3232
with:
3333
gpg_private_key: ${{ secrets.GIT_ACTIONS_GPG_KEY }}
3434
git_user_signingkey: true

.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].1
15+
- uses: actions/[email protected].2
1616
with:
1717
# [Required] Access token with `workflow` scope.
1818
token: ${{ secrets.GIT_BOT_TOKEN }}

.github/workflows/nightly-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/[email protected].1
15+
uses: actions/[email protected].2
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

@@ -41,18 +41,18 @@ jobs:
4141
needs: release
4242
steps:
4343
- name: Checkout project
44-
uses: actions/[email protected].1
44+
uses: actions/[email protected].2
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: set up JDK 17
49-
uses: actions/setup-java@v4.4.0
49+
uses: actions/setup-java@v4.5.0
5050
with:
5151
java-version: "17"
5252
distribution: "temurin"
5353
cache: gradle
5454

55-
- uses: actions/[email protected].1
55+
- uses: actions/[email protected].2
5656
with:
5757
path: |
5858
~/.gradle/caches

.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].1
17+
- uses: actions/[email protected].2
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
- uses: gradle/[email protected]

0 commit comments

Comments
 (0)