mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-04-23 22:30:24 +00:00
build(deps): Bump the github-actions group (#4920)
Bumps the github-actions group in /.github/actions/deploy-local-acs with 2 updates: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) and [actions/checkout](https://github.com/actions/checkout).
Updates `Alfresco/alfresco-build-tools` from 9.3.2 to 10.1.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v9.3.2...v10.1.0)
Updates `actions/checkout` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](08c6903cd8...1af3b93b68)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 10.1.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/checkout
dependency-version: 6.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:
6
.github/actions/deploy-local-acs/action.yml
vendored
6
.github/actions/deploy-local-acs/action.yml
vendored
@@ -40,7 +40,7 @@ runs:
|
||||
password: ${{ inputs.quay_password }}
|
||||
|
||||
- name: Setup cluster
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v9.3.2
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v10.1.0
|
||||
with:
|
||||
ingress-nginx-ref: controller-v1.8.2
|
||||
ingress-creation-timeout: 180s
|
||||
@@ -80,7 +80,7 @@ runs:
|
||||
fi
|
||||
|
||||
- name: Checkout acs-deployment ${{ steps.get-acs-version.outputs.version }}
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||
with:
|
||||
repository: Alfresco/acs-deployment
|
||||
ref: ${{ steps.get-acs-version.outputs.version }}
|
||||
@@ -96,4 +96,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@v9.3.2
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v10.1.0
|
||||
|
||||
Reference in New Issue
Block a user