From dece2584152f3fa18cf371fc4371d6f808d14264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:18:22 +0000 Subject: [PATCH] Bump JS-DevTools/npm-publish from 1 to 3 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 1 to 3. - [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/v1...v3) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3c18643c..92ac1c2a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,7 +16,7 @@ jobs: yarn install yarn build:library - name: Publish @dodona/papyros to NPM - uses: JS-DevTools/npm-publish@v1 + uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_AUTH_TOKEN }} check-version: true