Skip to content

Commit

Permalink
chore: bump node16 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnruud committed Jun 19, 2024
1 parent 7e8151d commit 8d03758
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: rm -rf ${{ github.workspace }} && mkdir ${{ github.workspace }}

- name: Checkout working branch
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.11.3

Expand All @@ -32,13 +32,13 @@ jobs:
run: docker run --rm --name unittest --volume "$(pwd)":/apps helmunittest/helm-unittest:3.14.3-0.4.4 charts/*

- name: log into azure container registry (ACR)
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: dsbacr.azurecr.io
username: ${{ vars.ORG_AZURE_CONTAINER_REGISTRY_USER }}
password: ${{ secrets.ORG_AZURE_CONTAINER_REGISTRY_PASSWORD }}

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand All @@ -49,7 +49,7 @@ jobs:
run: ct lint --all --validate-maintainers=false

- name: Create kind cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.10.0
with:
config: kind-cluster-config.yaml
env:
Expand Down

0 comments on commit 8d03758

Please sign in to comment.