Skip to content

Commit

Permalink
Merge pull request #128 from Mikael-RnD/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/github-script-7

build(deps): bump actions/github-script from 6 to 7
  • Loading branch information
mikael-andersson91 authored Dec 12, 2023
2 parents d6e8f16 + c667f7d commit 23c361c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
body: ${{ steps.bump_tag.outputs.changelog }}

- name: Create floating tag
uses: 'actions/github-script@v6'
uses: 'actions/github-script@v7'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |-
Expand Down

0 comments on commit 23c361c

Please sign in to comment.