From 4a42d2ea01188a819ac630fbe283d402f10abb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:04:30 +0000 Subject: [PATCH] Bump jupyterhub/action-major-minor-tag-calculator from 2 to 3 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/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88983cd9..8e1eb290 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,7 +137,7 @@ jobs: # If GITHUB_TOKEN isn't available (e.g. in PRs) returns no tags []. - name: Get list of jupyterhub tags id: jupyterhubtags - uses: jupyterhub/action-major-minor-tag-calculator@v2 + uses: jupyterhub/action-major-minor-tag-calculator@v3 with: githubToken: ${{ secrets.GITHUB_TOKEN }} prefix: "${{ env.REGISTRY }}jupyterhub/jupyterhub:" @@ -158,7 +158,7 @@ jobs: # - name: Get list of jupyterhub-onbuild tags id: onbuildtags - uses: jupyterhub/action-major-minor-tag-calculator@v2 + uses: jupyterhub/action-major-minor-tag-calculator@v3 with: githubToken: ${{ secrets.GITHUB_TOKEN }} prefix: "${{ env.REGISTRY }}jupyterhub/jupyterhub-onbuild:" @@ -179,7 +179,7 @@ jobs: # - name: Get list of jupyterhub-demo tags id: demotags - uses: jupyterhub/action-major-minor-tag-calculator@v2 + uses: jupyterhub/action-major-minor-tag-calculator@v3 with: githubToken: ${{ secrets.GITHUB_TOKEN }} prefix: "${{ env.REGISTRY }}jupyterhub/jupyterhub-demo:" @@ -203,7 +203,7 @@ jobs: # - name: Get list of jupyterhub/singleuser tags id: singleusertags - uses: jupyterhub/action-major-minor-tag-calculator@v2 + uses: jupyterhub/action-major-minor-tag-calculator@v3 with: githubToken: ${{ secrets.GITHUB_TOKEN }} prefix: "${{ env.REGISTRY }}jupyterhub/singleuser:"