From 595ccdbfeff6c139ee2cc2fe00db44ca7e540729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:16:06 +0000 Subject: [PATCH] Bump WebFreak001/deploy-nightly from 3.0.0 to 3.1.0 Bumps [WebFreak001/deploy-nightly](https://github.com/webfreak001/deploy-nightly) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/webfreak001/deploy-nightly/releases) - [Commits](https://github.com/webfreak001/deploy-nightly/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: WebFreak001/deploy-nightly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 9af7e9a..a870191 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -46,7 +46,7 @@ jobs: core.setOutput('PACKAGE_NAME', path.basename(packagePath, '${{ matrix.package-ext }}')); - name: Deploy development build - uses: WebFreak001/deploy-nightly@v3.0.0 + uses: WebFreak001/deploy-nightly@v3.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: