diff --git a/.github/workflows/path-to-live.yml b/.github/workflows/path-to-live.yml index 06ffa9ecc0..1132f7b7c8 100644 --- a/.github/workflows/path-to-live.yml +++ b/.github/workflows/path-to-live.yml @@ -41,7 +41,7 @@ jobs: echo "short_sha=$(echo ${GITHUB_SHA:0:7})" >> $GITHUB_OUTPUT - name: Bump version and push tag - uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v3.0.6 + uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v3.0.8 id: semver_tag with: with_v: true diff --git a/.github/workflows/statistics.yml b/.github/workflows/statistics.yml index 9eefe79fb6..698cef2ba5 100644 --- a/.github/workflows/statistics.yml +++ b/.github/workflows/statistics.yml @@ -29,7 +29,7 @@ jobs: role-duration-seconds: 1800 role-session-name: OPGGetServiceStats - name: Set up Python - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.2.0 with: python-version: 3.11.5 - name: Install requirements