From 04547fcca5cabd3d9ad24fced4a0cf268d789296 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 5 Mar 2024 13:48:26 +0000 Subject: [PATCH] Chore: Update GitHub setup-python action from v4 -> v5 Issue: RELENG-5176 Change-Id: Id9b6ad45a2fd0d42816075964552c5f0a59d75e9 Signed-off-by: Matthew Watkins --- .github/workflows/release.yaml | 2 +- releasenotes/notes/update-actions-96667de09c4a1c70.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/update-actions-96667de09c4a1c70.yaml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0c5d2645..3d5e5d8c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: Cheers, LF Releng - name: Configure Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.8" - name: Generate reno report diff --git a/releasenotes/notes/update-actions-96667de09c4a1c70.yaml b/releasenotes/notes/update-actions-96667de09c4a1c70.yaml new file mode 100644 index 00000000..27126a35 --- /dev/null +++ b/releasenotes/notes/update-actions-96667de09c4a1c70.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + Bump GitHub actions/setup-python from v4 to v5 -- 2.16.6