This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update actions/checkout action to v3.5.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e68b843
commit 2bb47f3
Showing
5 changed files
with
16 additions
and
16 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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.0 | ||
with: | ||
fetch-depth: 0 # need to checkout "all commits" for certain features to work (e.g., get all changed files) | ||
|
||
|
@@ -106,7 +106,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.0 | ||
- name: Unit tests | ||
uses: ./.github/actions/unit-tests | ||
|
||
|
@@ -122,7 +122,7 @@ jobs: | |
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }} | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.0 | ||
|
||
- name: Load CI Environment from .ci_env | ||
id: load_ci_env | ||
|
@@ -179,7 +179,7 @@ jobs: | |
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }} | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.0 | ||
|
||
- name: Load CI Environment from .ci_env | ||
id: load_ci_env | ||
|
@@ -210,7 +210,7 @@ jobs: | |
VERSION: ${{ needs.prepare_ci_run.outputs.VERSION }} | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.0 | ||
|
||
- name: Set up Go | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
LATEST_KEPTN_PRERELEASE: ${{ steps.prepare_keptn_version_matrix.outputs.LATEST_PRERELEASE }} | ||
steps: | ||
- name: Check out code. | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.0 | ||
|
||
- name: Prepare Keptn version matrix | ||
id: prepare_keptn_version_matrix | ||
|
@@ -49,7 +49,7 @@ jobs: | |
steps: | ||
# Checkout code for the integrations tests in test/e2e | ||
- name: Check out code. | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.5.0 | ||
|
||
- name: Setup Go | ||
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
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