mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
build(deps): Bump the github-actions group (#5260)
Bumps the github-actions group in /.github/actions/deploy-local-acs with 3 updates: [azure/setup-helm](https://github.com/azure/setup-helm), [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) and [actions/checkout](https://github.com/actions/checkout). Updates `azure/setup-helm` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/dda3372f752e03dde6b3237bc9431cdc2f7a02a2...9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310) Updates `Alfresco/alfresco-build-tools` from 18.7.0 to 18.13.0 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v18.7.0...v18.13.0) Updates `actions/checkout` from 6.0.2 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: Alfresco/alfresco-build-tools dependency-version: 18.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,7 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2
|
||||
- uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310
|
||||
with:
|
||||
version: "3.14.3"
|
||||
|
||||
@@ -40,7 +40,7 @@ runs:
|
||||
password: ${{ inputs.quay_password }}
|
||||
|
||||
- name: Setup cluster
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v18.7.0
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v18.13.0
|
||||
with:
|
||||
ingress-nginx-ref: controller-v1.8.2
|
||||
ingress-creation-timeout: 180s
|
||||
@@ -110,7 +110,7 @@ runs:
|
||||
fi
|
||||
|
||||
- name: Checkout acs-deployment ${{ steps.get-acs-version.outputs.version }}
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
with:
|
||||
repository: Alfresco/acs-deployment
|
||||
ref: ${{ steps.get-acs-version.outputs.version }}
|
||||
@@ -126,4 +126,4 @@ runs:
|
||||
--values .github/acs-deployment-values-override.yaml
|
||||
|
||||
- name: Wait for pods to be ready
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.0
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.13.0
|
||||
|
||||
Reference in New Issue
Block a user