From 16a7c69d0195e0c8d9e3facd08635b7969b4e2d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 17:48:55 +0000 Subject: [PATCH] build(deps): Bump docker/login-action from 2.2.0 to 3.0.0 (#10) Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1018502..093b090 100644 --- a/action.yml +++ b/action.yml @@ -79,7 +79,7 @@ runs: echo "Setting the function's releaseTag to: ${RELEASE_TAG}" echo "releaseTag=${RELEASE_TAG}" >> "$GITHUB_ENV" - name: Log in to Speckle Automate Docker registry - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: registry: ${{ inputs.speckle_automate_url }} username: ${{ inputs.speckle_token }}