From aed2e6d11f308375a1432566243dcce4b01d8d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:30:18 +0000 Subject: [PATCH] Bump bevry-actions/surge from 1.0.3 to 1.1.0 (#282) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 1c22346..8de48aa 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -69,7 +69,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 }}