Skip to content

Commit

Permalink
Merge pull request #47 from seehase/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
seehausen authored Jan 15, 2025
2 parents 7cf653d + 8608456 commit 46d2006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo New label: $HEAD_VERSION
- name: Create Tag
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const {DIST_VERSION} = process.env
Expand Down

0 comments on commit 46d2006

Please sign in to comment.