From 43dcd5339a4f653c2247646c1e8a93ce27cf08a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:09:14 +0000 Subject: [PATCH] gh-action: bump thedoctor0/zip-release from 0.7.1 to 0.7.5 Bumps [thedoctor0/zip-release](https://github.com/thedoctor0/zip-release) from 0.7.1 to 0.7.5. - [Release notes](https://github.com/thedoctor0/zip-release/releases) - [Commits](https://github.com/thedoctor0/zip-release/compare/0.7.1...0.7.5) --- updated-dependencies: - dependency-name: thedoctor0/zip-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 251729e..00464d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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.5 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.5 with: type: zip filename: ../release-production-${{ env.timestamp }}.zip