Skip to content

Commit

Permalink
Update GitHub Action Versions (#594)
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] committed Sep 29, 2024
1 parent 63d6947 commit 9ea5a07
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: set up JDK 17
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: '17'
distribution: 'temurin'
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,13 +13,13 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v4.1.0
uses: orhun/git-cliff-action@v4.3.0
with:
config: cliff.toml
args: --verbose
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/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
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/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: gradle/[email protected]

0 comments on commit 9ea5a07

Please sign in to comment.