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 (#617)
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 27, 2024
1 parent 5d5a376 commit 5b98a44
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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,18 +15,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: |
~/.gradle/caches
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,18 +13,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: |
~/.gradle/caches
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,18 +13,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: |
~/.gradle/caches
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/android-release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: |
~/.gradle/caches
Expand Down
4 changes: 2 additions & 2 deletions .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].1
uses: actions/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6.1.0
uses: crazy-max/ghaction-import-gpg@v6.2.0
with:
gpg_private_key: ${{ secrets.GIT_ACTIONS_GPG_KEY }}
git_user_signingkey: true
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].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: gradle/[email protected]

0 comments on commit 5b98a44

Please sign in to comment.