Skip to content

Commit

Permalink
Update Github actions that use deprecated Node12
Browse files Browse the repository at this point in the history
close #390

Signed-off-by: mgoerens <[email protected]>
  • Loading branch information
mgoerens authored and komish committed Jul 31, 2023
1 parent 1062421 commit c56cd65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
fi
- name: Set up Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.9'

Expand All @@ -84,7 +84,7 @@ jobs:
echo "date=$(/bin/date -u "+%Y%m%d")" | tee -a $GITHUB_OUTPUT
shell: bash

- uses: actions/cache@v2
- uses: actions/cache@v4
id: cache
with:
path: ./chart-verifier/oc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fi
- name: Set up Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.9'

Expand Down

0 comments on commit c56cd65

Please sign in to comment.