Skip to content

Commit

Permalink
Bump Alfresco/alfresco-build-tools from 3.1.0 to 3.5.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 3.1.0 to 3.5.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@v3.1.0...v3.5.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 Oct 9, 2023
1 parent 4dd84c9 commit 670e6ba
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@v3.1.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.5.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@v3.1.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.5.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 @@ -24,7 +24,7 @@ jobs:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

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

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

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

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

0 comments on commit 670e6ba

Please sign in to comment.