Skip to content

Commit 0a008ce

Browse files
committed
chore: Bump actions/setup-python to latest
This is causing a deprecation warning now: ``` Node.js 20 actions are deprecated. ```
1 parent 233bc91 commit 0a008ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ outputs:
3737
runs:
3838
using: "composite"
3939
steps:
40-
- uses: actions/setup-python@v5
40+
- uses: actions/setup-python@v6
4141
with:
4242
python-version: "3.12"
4343

0 commit comments

Comments
 (0)