From 2b6fe104d34b0cc764b43889cf6193e11d987164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:04:42 +0000 Subject: [PATCH] build(deps): bump jupyterhub/action-major-minor-tag-calculator Bumps [jupyterhub/action-major-minor-tag-calculator](https://github.com/jupyterhub/action-major-minor-tag-calculator) from 2 to 3. - [Release notes](https://github.com/jupyterhub/action-major-minor-tag-calculator/releases) - [Changelog](https://github.com/jupyterhub/action-major-minor-tag-calculator/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterhub/action-major-minor-tag-calculator/compare/v2...v3) --- updated-dependencies: - dependency-name: jupyterhub/action-major-minor-tag-calculator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 053d3f0d..84ffb280 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -79,7 +79,7 @@ jobs: # If GITHUB_TOKEN isn't available (e.g. in PRs) returns no tags []. - name: Get list of tags id: gettags - uses: jupyterhub/action-major-minor-tag-calculator@v2 + uses: jupyterhub/action-major-minor-tag-calculator@v3 with: githubToken: ${{ secrets.GITHUB_TOKEN }} prefix: "quay.io/jupyterhub/configurable-http-proxy:"