From b58696a7c464f8116a2db94074ada959fe7975c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:28:00 +0000 Subject: [PATCH] Bump bevry-actions/surge from 1.0.3 to 1.1.0 Bumps [bevry-actions/surge](https://github.com/bevry-actions/surge) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/bevry-actions/surge/releases) - [Commits](https://github.com/bevry-actions/surge/compare/v1.0.3...v1.1.0) --- updated-dependencies: - dependency-name: bevry-actions/surge dependency-type: direct:production update-type: version-update:semver-minor ... 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 4b8ecf3..4ef5300 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -68,7 +68,7 @@ jobs: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next' - name: publish to surge - uses: bevry-actions/surge@v1.0.3 + uses: bevry-actions/surge@v1.1.0 with: surgeLogin: ${{ secrets.SURGE_LOGIN }} surgeToken: ${{ secrets.SURGE_TOKEN }}