Skip to content

Commit

Permalink
Bump WebFreak001/deploy-nightly from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [WebFreak001/deploy-nightly](https://github.com/webfreak001/deploy-nightly) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/webfreak001/deploy-nightly/releases)
- [Commits](WebFreak001/deploy-nightly@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: WebFreak001/deploy-nightly
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 2f58023 commit d07e176
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
github.repository_owner == 'jens-maus' &&
!startsWith(matrix.platform, 'oci_') &&
!startsWith(matrix.platform, 'lxc_')
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.DEPLOY_TOKEN }}
upload_url: https://uploads.github.com/repos/jens-maus/RaspberryMatic/releases/22744592/assets{?name,label}
Expand All @@ -146,7 +146,7 @@ jobs:
github.repository_owner == 'jens-maus' &&
!startsWith(matrix.platform, 'oci_') &&
!startsWith(matrix.platform, 'lxc_')
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.DEPLOY_TOKEN }}
upload_url: https://uploads.github.com/repos/jens-maus/RaspberryMatic/releases/22744592/assets{?name,label}
Expand All @@ -160,7 +160,7 @@ jobs:
if: |
github.repository_owner == 'jens-maus' &&
matrix.platform == 'rpi3'
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.DEPLOY_TOKEN }}
upload_url: https://uploads.github.com/repos/jens-maus/RaspberryMatic/releases/22744592/assets{?name,label}
Expand All @@ -174,7 +174,7 @@ jobs:
if: |
github.repository_owner == 'jens-maus' &&
matrix.platform == 'rpi3'
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.DEPLOY_TOKEN }}
upload_url: https://uploads.github.com/repos/jens-maus/RaspberryMatic/releases/22744592/assets{?name,label}
Expand All @@ -188,7 +188,7 @@ jobs:
if: |
github.repository_owner == 'jens-maus' &&
matrix.platform == 'ova'
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.DEPLOY_TOKEN }}
upload_url: https://uploads.github.com/repos/jens-maus/RaspberryMatic/releases/22744592/assets{?name,label}
Expand All @@ -202,7 +202,7 @@ jobs:
if: |
github.repository_owner == 'jens-maus' &&
matrix.platform == 'ova'
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.DEPLOY_TOKEN }}
upload_url: https://uploads.github.com/repos/jens-maus/RaspberryMatic/releases/22744592/assets{?name,label}
Expand All @@ -216,7 +216,7 @@ jobs:
if: |
github.repository_owner == 'jens-maus' &&
startsWith(matrix.platform, 'oci_')
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.DEPLOY_TOKEN }}
upload_url: https://uploads.github.com/repos/jens-maus/RaspberryMatic/releases/22744592/assets{?name,label}
Expand All @@ -230,7 +230,7 @@ jobs:
if: |
github.repository_owner == 'jens-maus' &&
startsWith(matrix.platform, 'oci_')
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.DEPLOY_TOKEN }}
upload_url: https://uploads.github.com/repos/jens-maus/RaspberryMatic/releases/22744592/assets{?name,label}
Expand All @@ -244,7 +244,7 @@ jobs:
if: |
github.repository_owner == 'jens-maus' &&
startsWith(matrix.platform, 'lxc_')
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.DEPLOY_TOKEN }}
upload_url: https://uploads.github.com/repos/jens-maus/RaspberryMatic/releases/22744592/assets{?name,label}
Expand All @@ -258,7 +258,7 @@ jobs:
if: |
github.repository_owner == 'jens-maus' &&
startsWith(matrix.platform, 'lxc_')
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.DEPLOY_TOKEN }}
upload_url: https://uploads.github.com/repos/jens-maus/RaspberryMatic/releases/22744592/assets{?name,label}
Expand Down

0 comments on commit d07e176

Please sign in to comment.