Skip to content

Commit 2de074c

Browse files
renovate[bot]mergify[bot]
authored andcommitted
ci(deps): update ncipollo/release-action action to v1.13.0
1 parent d50f922 commit 2de074c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
(github.event_name == 'push' && github.ref == 'refs/heads/master')
7171
|| github.event_name == 'workflow_dispatch'
7272
|| github.event_name == 'workflow_run'
73-
uses: ncipollo/release-action@v1.12.0
73+
uses: ncipollo/release-action@v1.13.0
7474
with:
7575
allowUpdates: true
7676
artifacts: "*.pdf"
@@ -94,7 +94,7 @@ jobs:
9494
(github.event_name == 'push' && github.ref == 'refs/heads/master')
9595
|| github.event_name == 'workflow_dispatch'
9696
|| github.event_name == 'workflow_run'
97-
uses: ncipollo/release-action@v1.12.0
97+
uses: ncipollo/release-action@v1.13.0
9898
with:
9999
allowUpdates: true
100100
artifacts: ${{ steps.compile.outputs.compiled-files }}

0 commit comments

Comments
 (0)