From 01fed0d524424d31b7af26502dc46f184b4bce02 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Tue, 29 Nov 2022 18:39:05 -0800 Subject: [PATCH] Workflows: Bump ncipollo/release-action version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 469716e..3dcc7f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - name: deploy new version if: startsWith(github.ref, 'refs/tags/') - uses: ncipollo/release-action@v1.8.6 + uses: ncipollo/release-action@v1.11.2 with: token: ${{ secrets.GITHUB_TOKEN }} artifacts: "prodos-drivers.po"