diff --git a/.github/workflows/check.pr-title.yaml b/.github/workflows/check.pr-title.yaml index 9752b03..7f2579b 100644 --- a/.github/workflows/check.pr-title.yaml +++ b/.github/workflows/check.pr-title.yaml @@ -10,6 +10,6 @@ on: jobs: main: - uses: health-informatics-uon/workflows/.github/workflows/pr-title.yml@516f21a9bacf0fff92a0d8b48f6a75fca85db0fc # v 1.4.7 + uses: health-informatics-uon/workflows/.github/workflows/pr-title.yml@fda3da5242ec6dec579c0fad23de9edf6d7a654a # v 1.4.8 permissions: pull-requests: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e381ddd..0532f7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,13 +18,13 @@ on: jobs: release: - uses: health-informatics-uon/workflows/.github/workflows/semantic-release.yml@1.4.7 + uses: health-informatics-uon/workflows/.github/workflows/semantic-release.yml@1.4.8 with: node-version: "24" secrets: inherit publish-container: - uses: health-informatics-uon/workflows/.github/workflows/publish-container.yml@1.4.7 + uses: health-informatics-uon/workflows/.github/workflows/publish-container.yml@1.4.8 with: image-name: lettuce image-description: "Lettuce container image" @@ -35,7 +35,7 @@ jobs: secrets: inherit semver-container: - uses: health-informatics-uon/workflows/.github/workflows/semver-container.yml@1.4.7 + uses: health-informatics-uon/workflows/.github/workflows/semver-container.yml@1.4.8 needs: [release, publish-container] if: needs.release.outputs.release-created == 'true' with: