forked from kubernetes-client/java
-
Notifications
You must be signed in to change notification settings - Fork 0
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 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5bab10d
commit 4c26648
Showing
2 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
name: Verify Source Format | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Setup Java | ||
uses: actions/setup-java@v2 | ||
with: | ||
|
@@ -30,7 +30,7 @@ jobs: | |
# test against latest update of each major Java version, as well as specific updates of LTS versions: | ||
java: [ 8.0.x, 9.0.x, 10.0.x, 11.0.x, 12.0.x, 16.0.x ] | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Setup Java | ||
uses: actions/setup-java@v2 | ||
with: | ||
|
@@ -50,7 +50,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
name: GraalVM Maven Test | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- uses: DeLaGuardo/setup-graalvm@48f2bf339ab7d35e31029b1822a213681fdfc42e | ||
with: | ||
graalvm-version: '19.3.0.java8' | ||
|
@@ -60,7 +60,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
name: End-to-End Test Against Real Cluster | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Create k8s Kind Cluster | ||
uses: helm/[email protected] | ||
- name: Run E2E with Maven | ||
|
@@ -77,7 +77,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
name: Examples smoke test | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Setup Java | ||
uses: actions/setup-java@v2 | ||
with: | ||
|
@@ -128,7 +128,7 @@ jobs: | |
- 5000:5000 | ||
name: CRD Java Models Code Generation | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Publish to Registry | ||
uses: elgohr/Publish-Docker-Github-Action@master | ||
with: | ||
|