From b9f31b7cc769a83c8464d69e1658f2421d285fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:09:13 +0000 Subject: [PATCH] Bump WebFreak001/deploy-nightly from 2.0.0 to 3.0.0 Bumps [WebFreak001/deploy-nightly](https://github.com/webfreak001/deploy-nightly) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/webfreak001/deploy-nightly/releases) - [Commits](https://github.com/webfreak001/deploy-nightly/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: WebFreak001/deploy-nightly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/snapshot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index b281a319be..7c64d9ecde 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -115,7 +115,7 @@ jobs: if: | github.repository_owner == 'jens-maus' && !startsWith(matrix.platform, 'oci_') - uses: WebFreak001/deploy-nightly@v2.0.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }} with: @@ -130,7 +130,7 @@ jobs: if: | github.repository_owner == 'jens-maus' && !startsWith(matrix.platform, 'oci_') - uses: WebFreak001/deploy-nightly@v2.0.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }} with: @@ -145,7 +145,7 @@ jobs: if: | github.repository_owner == 'jens-maus' && matrix.platform == 'rpi3' - uses: WebFreak001/deploy-nightly@v2.0.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }} with: @@ -160,7 +160,7 @@ jobs: if: | github.repository_owner == 'jens-maus' && matrix.platform == 'rpi3' - uses: WebFreak001/deploy-nightly@v2.0.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }} with: @@ -175,7 +175,7 @@ jobs: if: | github.repository_owner == 'jens-maus' && matrix.platform == 'ova' - uses: WebFreak001/deploy-nightly@v2.0.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }} with: @@ -190,7 +190,7 @@ jobs: if: | github.repository_owner == 'jens-maus' && matrix.platform == 'ova' - uses: WebFreak001/deploy-nightly@v2.0.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }} with: @@ -205,7 +205,7 @@ jobs: if: | github.repository_owner == 'jens-maus' && startsWith(matrix.platform, 'oci_') - uses: WebFreak001/deploy-nightly@v2.0.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }} with: @@ -220,7 +220,7 @@ jobs: if: | github.repository_owner == 'jens-maus' && startsWith(matrix.platform, 'oci_') - uses: WebFreak001/deploy-nightly@v2.0.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }} with: