diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b01462b..f16210c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,7 +150,7 @@ jobs: - name: Get list of jupyterhub-onbuild tags id: onbuildtags - uses: jupyterhub/action-major-minor-tag-calculator@v1 + uses: jupyterhub/action-major-minor-tag-calculator@v2 with: githubToken: ${{ secrets.GITHUB_TOKEN }} prefix: "${{ env.REGISTRY }}jupyterhub/jupyterhub-onbuild:" @@ -171,7 +171,7 @@ jobs: - name: Get list of jupyterhub-demo tags id: demotags - uses: jupyterhub/action-major-minor-tag-calculator@v1 + uses: jupyterhub/action-major-minor-tag-calculator@v2 with: githubToken: ${{ secrets.GITHUB_TOKEN }} prefix: "${{ env.REGISTRY }}jupyterhub/jupyterhub-demo:"