From 92ce3221e3ef07071ec72927030410ef3a0225ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 19:39:25 +0000 Subject: [PATCH] chore(deps): bump the gha group in /.github/workflows with 1 update Bumps the gha group in /.github/workflows with 1 update: [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish). Updates `JS-DevTools/npm-publish` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/js-devtools/npm-publish/releases) - [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md) - [Commits](https://github.com/js-devtools/npm-publish/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index d8d33b12d..b3949b94d 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -14,6 +14,6 @@ jobs: node-version: 21 - run: npm ci - - uses: JS-DevTools/npm-publish@v3.0.1 + - uses: JS-DevTools/npm-publish@v3.1.0 with: token: ${{ secrets.NPM_TOKEN }}