gh-action: bump thedoctor0/zip-release from 0.7.1 to 0.7.6

Bumps [thedoctor0/zip-release](https://github.com/thedoctor0/zip-release) from 0.7.1 to 0.7.6.
- [Release notes](https://github.com/thedoctor0/zip-release/releases)
- [Commits](https://github.com/thedoctor0/zip-release/compare/0.7.1...0.7.6)

---
updated-dependencies:
- dependency-name: thedoctor0/zip-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-06 16:18:45 +00:00 committed by GitHub
parent 05c60a5409
commit 7e0793e078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ jobs:
- name: Generate timestamp
run: echo "timestamp=$(date -u +'%Y-%m-%dT%H%M%SZ')" >> $GITHUB_ENV
- name: Create Release Archive
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@0.7.6
with:
type: zip
filename: ../release-staging-${{ env.timestamp }}.zip
@ -110,7 +110,7 @@ jobs:
- name: Generate timestamp
run: echo "timestamp=$(date -u +'%Y-%m-%dT%H%M%SZ')" >> $GITHUB_ENV
- name: Create Release Archive
uses: thedoctor0/zip-release@0.7.1
uses: thedoctor0/zip-release@0.7.6
with:
type: zip
filename: ../release-production-${{ env.timestamp }}.zip