Skip to content

Commit 3340f16

Browse files
chore(deps): update actions/setup-python action to v6
1 parent eace1f1 commit 3340f16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v5
6262
- name: Set up Python
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: 3.14
6666
- name: Install dependencies
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
fetch-depth: 0
8686
- name: Set up Python
87-
uses: actions/setup-python@v5
87+
uses: actions/setup-python@v6
8888
with:
8989
python-version: 3.14
9090
- name: Install dependencies

0 commit comments

Comments
 (0)