Skip to content

Commit a1e2c8f

Browse files
chore(deps): update actions/setup-python action to v7 (#106)
1 parent cefec78 commit a1e2c8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v7
1515
- name: Setup python
16-
uses: actions/setup-python@v6
16+
uses: actions/setup-python@v7
1717
with:
1818
python-version: 3.x
1919
- run: pipx run build

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v7
1717
- name: Set up Python
18-
uses: actions/setup-python@v6
18+
uses: actions/setup-python@v7
1919
with:
2020
python-version: ${{ matrix.python }}
2121
- name: Setup uv

0 commit comments

Comments
 (0)