summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-27 14:04:56 +0100
committerGitHub <noreply@github.com>2023-11-27 14:04:56 +0100
commit79c0f0ed6f71158d311185e09188af10f4973e6f (patch)
tree62877cd4f01ef22b9c6d8eafb38531e6d2e9b526 /.github
parent34df837fb3d346c413f82cef5283c3eb0a3a6526 (diff)
Bump ncipollo/release-action from 1.12.0 to 1.13.0 (#2778)
Diffstat (limited to '.github')
-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 1e7156e4..abd0c334 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.12.0
+ - uses: ncipollo/release-action@v1.13.0
with:
artifacts: "typst-${{ matrix.target }}.*"
allowUpdates: true