Skip to content

Commit 461db9a

Browse files
chore: bump actions/setup-python from 6 to 7 (#930)
Bumps actions/setup-python from 6 to 7. https://github.com/actions/setup-python/releases Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 715bb5d commit 461db9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/overlay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v7
3333

3434
- name: Set up Python
35-
uses: actions/setup-python@v6
35+
uses: actions/setup-python@v7
3636
with:
3737
python-version: "3.12"
3838

0 commit comments

Comments
 (0)