Skip to content

Commit f3053ee

Browse files
Update GitHub Action Versions
1 parent 54a0c00 commit f3053ee

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
- name: set up JDK 17
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
java-version: "17"
2525
distribution: "temurin"

.github/workflows/android-main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: set up JDK 17
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"

.github/workflows/android-pr_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: set up JDK 17
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515

1616
- name: set up JDK 17
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
with:
1919
java-version: "17"
2020
distribution: "temurin"

.github/workflows/android-release_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: set up JDK 17
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
java-version: "17"
2323
distribution: "temurin"

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Import GPG key
2828
id: import_gpg
29-
uses: crazy-max/ghaction-import-gpg@v6.2.0
29+
uses: crazy-max/ghaction-import-gpg@v6.3.0
3030
with:
3131
gpg_private_key: ${{ secrets.GIT_ACTIONS_GPG_KEY }}
3232
git_user_signingkey: true

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: set up JDK 17
49-
uses: actions/[email protected].0
49+
uses: actions/[email protected].1
5050
with:
5151
java-version: "17"
5252
distribution: "temurin"

0 commit comments

Comments
 (0)