Skip to content

Commit 5b98a44

Browse files
Update GitHub Action Versions (#617)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5d5a376 commit 5b98a44

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

.github/workflows/android-branch_ci.yml

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

2222
- name: set up JDK 17
23-
uses: actions/setup-java@v4.4.0
23+
uses: actions/setup-java@v4.5.0
2424
with:
2525
java-version: '17'
2626
distribution: 'temurin'
2727
cache: gradle
2828

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

.github/workflows/android-main_ci.yml

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

2020
- name: set up JDK 17
21-
uses: actions/setup-java@v4.4.0
21+
uses: actions/setup-java@v4.5.0
2222
with:
2323
java-version: '17'
2424
distribution: 'temurin'
2525
cache: gradle
2626

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

.github/workflows/android-pr_ci.yml

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

2020
- name: set up JDK 17
21-
uses: actions/setup-java@v4.4.0
21+
uses: actions/setup-java@v4.5.0
2222
with:
2323
java-version: '17'
2424
distribution: 'temurin'
2525
cache: gradle
2626

27-
- uses: actions/[email protected].1
27+
- uses: actions/[email protected].2
2828
with:
2929
path: |
3030
~/.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/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)