Update actions/setup-python to v5 (#1290)

## Changes

This addresses a Node 16 deprecation warning in our GHA output.
This commit is contained in:
Pieter Noordhuis 2024-03-18 13:48:50 +01:00 committed by GitHub
parent e22dd8af7d
commit c49c8cc04c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
go-version: 1.21.x
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'