From e21c518a06e791599386f5d0c90c30bf538a2a94 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Tue, 29 Nov 2022 18:38:59 -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 a5d582a..335c77f 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: "out/prodos-path.po"