Skip to content

Commit a226a09

Browse files
chore(deps): update actions/setup-python action to v6
1 parent a985ec9 commit a226a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
name: Build ${{ matrix.name }}
8787
runs-on: ${{ matrix.os }}
8888
steps:
89-
- uses: actions/setup-python@v5
89+
- uses: actions/setup-python@v6
9090
with:
9191
python-version: '3.13'
9292
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)