Skip to content

Commit 4caabfe

Browse files
build(deps): update github actions
1 parent ceefa4c commit 4caabfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Release Drafter
14-
uses: release-drafter/release-drafter@v6.0.0
14+
uses: release-drafter/release-drafter@v6.1.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.10"
27+
python-version: "3.13"
2828
check-latest: true
2929
- name: Build packages
3030
run: |

0 commit comments

Comments
 (0)