Skip to content

Commit

Permalink
chore(deps): update all non-major github action
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent bdfe49b commit 6747db1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ jobs:
steps:
-
name: Azure Login
uses: azure/login@v2.0.0
uses: azure/login@v2.1.1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
-
Expand Down Expand Up @@ -923,7 +923,7 @@ jobs:
password: ${{ env.REGISTRY_PASSWORD }}
-
name: Azure Login
uses: azure/login@v2.0.0
uses: azure/login@v2.1.1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
-
Expand Down Expand Up @@ -1150,7 +1150,7 @@ jobs:
-
name: Azure Login
if: always()
uses: azure/login@v2.0.0
uses: azure/login@v2.1.1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
-
Expand Down Expand Up @@ -2019,7 +2019,7 @@ jobs:

- name: Compute the E2E test summary
id: generate-summary
uses: cloudnative-pg/ciclops@v1.2.1
uses: cloudnative-pg/ciclops@v1.3.0
with:
artifact_directory: test-artifacts/data

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ jobs:
uses: actions/checkout@v4

- name: "Setting up KinD cluster"
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
with:
wait: "600s"
version: "v0.20.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public-cloud-k8s-versions-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: github.event.inputs.limit == null || github.event.inputs.limit == 'eks'
-
name: Azure Login
uses: azure/login@v2.0.0
uses: azure/login@v2.1.1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
if: github.event.inputs.limit == null || github.event.inputs.limit == 'aks'
Expand Down

0 comments on commit 6747db1

Please sign in to comment.