-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 3.6.0 to 4.0.0 (#1421)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f23e75e
commit 5828948
Showing
6 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
build: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -57,7 +57,7 @@ jobs: | |
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -82,7 +82,7 @@ jobs: | |
fail-fast: false | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -120,7 +120,7 @@ jobs: | |
suite: profiler | ||
fail-fast: false | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -152,7 +152,7 @@ jobs: | |
shellcheck: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Install shell check | ||
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,6 @@ jobs: | |
validation: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- uses: gradle/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
build: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -32,7 +32,7 @@ jobs: | |
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -57,7 +57,7 @@ jobs: | |
fail-fast: false | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -95,7 +95,7 @@ jobs: | |
suite: profiler | ||
fail-fast: false | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -136,7 +136,7 @@ jobs: | |
# You can get conclusion by env (env.WORKFLOW_CONCLUSION) | ||
- uses: technote-space/[email protected] | ||
|
||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Create issue | ||
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure | ||
|
@@ -159,7 +159,7 @@ jobs: | |
shellcheck: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Install shell check | ||
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
build: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -54,7 +54,7 @@ jobs: | |
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -79,7 +79,7 @@ jobs: | |
fail-fast: false | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -118,7 +118,7 @@ jobs: | |
suite: profiler | ||
fail-fast: false | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
@@ -152,7 +152,7 @@ jobs: | |
shellcheck: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Install shell check | ||
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv | ||
|
@@ -163,7 +163,7 @@ jobs: | |
license-check: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK 17 for running Gradle | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
contents: read | ||
steps: | ||
- name: check out the repo | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
- uses: docker/setup-buildx-action@v2 | ||
- name: Login to GitHub Container Registry | ||
uses: docker/[email protected] | ||
|
@@ -44,7 +44,7 @@ jobs: | |
- name: Support longpaths | ||
run: git config --system core.longpaths true | ||
- name: check out the repo | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
- name: Login to GitHub Container Registry | ||
uses: azure/docker-login@v1 | ||
with: | ||
|