From d365f3ab4774faee8958f864a51849dff80f4178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 16:07:09 +0000 Subject: [PATCH] Bump bevry-actions/npm from 1.1.5 to 1.1.7 Bumps [bevry-actions/npm](https://github.com/bevry-actions/npm) from 1.1.5 to 1.1.7. - [Release notes](https://github.com/bevry-actions/npm/releases) - [Commits](https://github.com/bevry-actions/npm/compare/v1.1.5...v1.1.7) --- 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 6a3491b..4ed807c 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.5 + uses: bevry-actions/npm@v1.1.7 with: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next'