-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jose R. Gonzalez <[email protected]>
- Loading branch information
Showing
7 changed files
with
21 additions
and
23 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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
path: "chart-verifier" | ||
|
||
- name: Setup Go | ||
uses: actions/setup-go@v4 | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version-file: ./chart-verifier/go.mod | ||
|
||
|
@@ -51,7 +51,7 @@ jobs: | |
fi | ||
- name: Set up Python 3.x | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.9' | ||
|
||
|
@@ -76,7 +76,7 @@ jobs: | |
echo "date=$(/bin/date -u "+%Y%m%d")" | tee -a $GITHUB_OUTPUT | ||
shell: bash | ||
|
||
- uses: actions/cache@v3 | ||
- uses: actions/cache@v4 | ||
id: cache | ||
with: | ||
path: ./chart-verifier/oc | ||
|
@@ -179,7 +179,7 @@ jobs: | |
- name: Merge PR | ||
id: merge_pr | ||
if: ${{ steps.check_version_updated.outputs.updated == 'true'}} | ||
uses: pascalgn/[email protected].2 | ||
uses: pascalgn/[email protected].3 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
MERGE_METHOD: squash | ||
|
@@ -196,7 +196,7 @@ jobs: | |
- name: Create release tag | ||
id: create_release_tag | ||
if: ${{ steps.check_version_updated.outputs.updated == 'true'}} | ||
uses: mathieudutour/github-tag-action@v6.1 | ||
uses: mathieudutour/github-tag-action@v6.2 | ||
with: | ||
# It is necessary to use a Personal Access Token here rather than the usual GITHUB_TOKEN, as this | ||
# step should trigger the release.yaml workflow, and events (such as tags) triggered by the | ||
|
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
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