Chore: Update GitHub setup-python action from v4 -> v5 25/72725/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 5 Mar 2024 13:48:26 +0000 (13:48 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 5 Mar 2024 13:48:26 +0000 (13:48 +0000)
Issue: RELENG-5176
Change-Id: Id9b6ad45a2fd0d42816075964552c5f0a59d75e9
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
.github/workflows/release.yaml
releasenotes/notes/update-actions-96667de09c4a1c70.yaml [new file with mode: 0644]

index 0c5d264..3d5e5d8 100644 (file)
@@ -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 (file)
index 0000000..27126a3
--- /dev/null
@@ -0,0 +1,4 @@
+---
+other:
+  - |
+    Bump GitHub actions/setup-python from v4 to v5