From 3d40179be7e17d3d28ce7096c3f81b678d9a4b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:59:38 +0000 Subject: [PATCH] Bump bevry-actions/npm from 1.1.2 to 1.1.3 Bumps [bevry-actions/npm](https://github.com/bevry-actions/npm) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/bevry-actions/npm/releases) - [Commits](https://github.com/bevry-actions/npm/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: bevry-actions/npm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bevry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index d333838..5a5b822 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -66,7 +66,7 @@ jobs: - run: npm run our:compile - run: npm run our:meta - name: publish to npm - uses: bevry-actions/npm@v1.1.2 + uses: bevry-actions/npm@v1.1.3 with: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next'