diff --git a/.github/workflows/release-registrationservice.yml b/.github/workflows/release-registrationservice.yml index 490cc439..c2b9d031 100644 --- a/.github/workflows/release-registrationservice.yml +++ b/.github/workflows/release-registrationservice.yml @@ -19,7 +19,7 @@ jobs: # create tag on the current branch using GitHub's own API - name: Create tag on current branch (main) - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | github.rest.git.createRef({