summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-07 15:13:06 +0100
committerGitHub <noreply@github.com>2024-02-07 14:13:06 +0000
commit9f69709a2a554c3a1555b3069ec878ceac62993f (patch)
tree461b2a6690b7eb27b72d5c51211b590e17feb51d /.github/workflows
parent260018c6ccf062b99d58de9c87e33d80853ba76b (diff)
Bump ncipollo/release-action from 1.13.0 to 1.14.0 (#3369)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ed6fd3cc..fdfaac8f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
tar cJf $directory.tar.xz $directory
fi
- - uses: ncipollo/release-action@v1.13.0
+ - uses: ncipollo/release-action@v1.14.0
with:
artifacts: "typst-${{ matrix.target }}.*"
allowUpdates: true