From 3fd92dcf22867560708a3173d5666a7fe07fe383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:28:01 +0100 Subject: [PATCH] Bump WebFreak001/deploy-nightly from 1.1.0 to 3.0.0 (#721) Bumps [WebFreak001/deploy-nightly](https://github.com/webfreak001/deploy-nightly) from 1.1.0 to 3.0.0. - [Release notes](https://github.com/webfreak001/deploy-nightly/releases) - [Commits](https://github.com/webfreak001/deploy-nightly/compare/v1.1.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightly.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 072ced796..d4929204c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -64,7 +64,7 @@ jobs: make -j1 nightly - name: upload AmigaOS4 nightly build archive - uses: WebFreak001/deploy-nightly@v1.1.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -76,7 +76,7 @@ jobs: max_releases: 3 - name: upload AmigaOS4 nightly build archive [debug] - uses: WebFreak001/deploy-nightly@v1.1.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -88,7 +88,7 @@ jobs: max_releases: 3 - name: upload AmigaOS3 nightly build archive - uses: WebFreak001/deploy-nightly@v1.1.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -100,7 +100,7 @@ jobs: max_releases: 3 - name: upload AmigaOS3 nightly build archive [debug] - uses: WebFreak001/deploy-nightly@v1.1.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -112,7 +112,7 @@ jobs: max_releases: 3 - name: upload MorphOS nightly build archive - uses: WebFreak001/deploy-nightly@v1.1.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -124,7 +124,7 @@ jobs: max_releases: 3 - name: upload MorphOS nightly build archive [debug] - uses: WebFreak001/deploy-nightly@v1.1.0 + uses: WebFreak001/deploy-nightly@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: