Skip to content

Commit 1563476

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 249ffbd commit 1563476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424

2525
- name: Setup Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.13"
2929

@@ -65,7 +65,7 @@ jobs:
6565
echo "APP_VERSION=${APP_VERSION:1}" >> $GITHUB_ENV
6666
6767
- name: Setup Python
68-
uses: actions/setup-python@v5
68+
uses: actions/setup-python@v6
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171

0 commit comments

Comments
 (0)