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

Commit

Permalink
Bump actions/github-script from 6.3.0 to 6.3.3
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.0 to 6.3.3.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6.3.0...v6.3.3)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2022
1 parent 9814da5 commit d93d6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
# Create the tag using the new PACKAGE_VERSION value
- name: Create tag
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
github-token: ${{ github.token }}
script: |
Expand Down

0 comments on commit d93d6bc

Please sign in to comment.