Skip to content

Commit

Permalink
Bump Alfresco/alfresco-build-tools from 5.2.0 to 5.9.0
Browse files Browse the repository at this point in the history
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.2.0 to 5.9.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@v5.2.0...v5.9.0)

---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 1ce5f33 commit e5dd3a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
permissions:
contents: write
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.2.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.9.0
- name: Install kubeconform helm plugin
run: |
helm plugin install https://github.com/jtyr/kubeconform-helm --version v0.1.12
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.2.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.9.0
with:
auto-commit: "true"
12 changes: 6 additions & 6 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- uses: >-
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.2.0
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.9.0
- name: Login to quay.io
uses: docker/login-action@v3
Expand All @@ -46,9 +46,9 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.2.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.9.0
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.2.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.9.0
with:
pre-commit-args: helm-docs || true
skip_checkout: "true"
Expand All @@ -74,7 +74,7 @@ jobs:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- uses: >-
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.2.0
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.9.0
- name: Login to quay.io
uses: docker/login-action@v3
Expand Down Expand Up @@ -106,9 +106,9 @@ jobs:
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.2.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.9.0
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.2.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.9.0
with:
pre-commit-args: helm-docs || true
skip_checkout: "true"
Expand Down

0 comments on commit e5dd3a4

Please sign in to comment.