Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #69 from eygraber/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/actions/github-script-6

Dependabot: Bump actions/github-script from 5.1.0 to 6
  • Loading branch information
eygraber authored Feb 14, 2022
2 parents 077c22f + 9f8ea7d commit 84aa47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Create tag
id: create_tag
uses: actions/github-script@v5.1.0
uses: actions/github-script@v6
with:
script: |
github.rest.git.createRef({
Expand Down

0 comments on commit 84aa47d

Please sign in to comment.