From 73d2bf891f2cc3008f030da87721fde8be6a4867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:45:59 +0100 Subject: [PATCH] Renovate Update GitHub Actions (#2790) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/path-to-live.yml | 2 +- .github/workflows/statistics.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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