From c42ddbb7bc2ae8e459adbab7b6450edf0fc41916 Mon Sep 17 00:00:00 2001 From: coretl Date: Wed, 20 Mar 2024 16:33:54 +0000 Subject: [PATCH] deploy: DiamondLightSource/python-copier-template@61bc692883783ce42885e972d05b3ee3f0a1fe3f --- .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 c1cc666..a2a3e32 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2.0.2-7-g382820b +_commit: 2.0.2-10-g61bc692 _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 b49fa7d..e55efdb 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@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15 + uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4 with: prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }} files: "*"