Skip to content

Commit

Permalink
Bumped action versions
Browse files Browse the repository at this point in the history
Due to them being deprecated
  • Loading branch information
blaskoa committed Feb 1, 2024
1 parent 53a10a6 commit ba9f608
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
package-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup helm CLI
uses: azure/setup-helm@v3
with:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Package helm
run: |
helm package .
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
- uses: gabe565/setup-helm-docs-action@v1
- uses: pre-commit/[email protected]
test-cluster:
Expand All @@ -38,7 +38,7 @@ jobs:
'edge'
]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install yq
run: |
sudo snap install yq
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
kubectl cluster-info dump > cluster-info-${{ matrix.variant }}.txt
- name: Upload cluster-info
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cluster-info
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
HELM_REGISTRY: "oci://ghcr.io/innovatrics/sf-helm"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install yq
run: |
sudo snap install yq
Expand Down

0 comments on commit ba9f608

Please sign in to comment.