Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major github action (release-1.22) #41

Open
wants to merge 1 commit into
base: release-1.22
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update all non-major github action
renovate[bot] authored Jun 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6747db195f0700d1698f02cd6abfdbc7ed3d3937
8 changes: 4 additions & 4 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
@@ -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 }}
-
@@ -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 }}
-
@@ -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 }}
-
@@ -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

2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/public-cloud-k8s-versions-check.yml
Original file line number Diff line number Diff line change
@@ -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'