Skip to content

Commit 3c10c8b

Browse files
Bump the minor-updates group across 2 directories with 3 updates (#23)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43000c0 commit 3c10c8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/nos-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
using: "composite"
3636
steps:
3737
- name: Get Branch name
38-
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v14.0.0
38+
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v14.1.1
3939

4040
- name: Evaluate Target env if none has been set
4141
shell: bash

.github/actions/nuxeo-helmfile-install/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ runs:
4242
using: composite
4343
steps:
4444
- name: Login to registry with nuxeo image
45-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
45+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4646
with:
4747
registry: ${{ inputs.docker-registry }}
4848
username: ${{ inputs.docker-registry-username || github.actor }}
4949
password: ${{ inputs.docker-registry-password }}
5050

5151
- name: Install helmfile
52-
uses: helmfile/helmfile-action@f64d5db9f8660aae0205b5fcfc56577d44acefab # 2.1.0
52+
uses: helmfile/helmfile-action@6867d18430fbe251b9c1a498e26b6c45fe6ed9db # 2.2.0
5353
env:
5454
GITHUB_USER: ${{ inputs.github-username }}
5555
GITHUB_PASSWORD: ${{ inputs.github-token }}

0 commit comments

Comments
 (0)