From 7c76a9508cc8b3324ee9b4aba3d80acdad8113bc Mon Sep 17 00:00:00 2001 From: coretl Date: Fri, 1 Nov 2024 13:49:12 +0000 Subject: [PATCH] deploy: DiamondLightSource/python-copier-template@1ac6e1b93bb20de475a9f2381fc3effc9096b783 --- .copier-answers.yml | 2 +- .github/workflows/_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 216f44c..34c7254 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2.4.0-2-gb40a871 +_commit: 2.4.0-4-g1ac6e1b _src_path: gh:DiamondLightSource/python-copier-template author_email: tom.cobb@diamond.ac.uk author_name: Tom Cobb diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 10d8ed8..81b6264 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -23,7 +23,7 @@ jobs: - name: Create GitHub Release # We pin to the SHA, not the tag, for security reasons. # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8 + uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9 with: prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }} files: "*"