From b43e70913aeab035152339bbfb266a26badf3148 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 19:58:00 +0000 Subject: [PATCH] Update thedoctor0/zip-release action to v0.7.0 --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index b45a27e..83543b7 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3 - name: Create archive - uses: thedoctor0/zip-release@0.6.2 + uses: thedoctor0/zip-release@0.7.0 with: type: 'zip' filename: 'release.zip'