Skip to content

Commit

Permalink
Bump WebFreak001/deploy-nightly from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
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](WebFreak001/deploy-nightly@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent fe02398 commit b9f31b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit b9f31b7

Please sign in to comment.