Skip to content

Commit 03ca85d

Browse files
Merge pull request #279 from serv-c/dependabot/github_actions/actions/setup-python-6
fix: bump actions/setup-python from 5 to 6
2 parents fdb951b + d95ec29 commit 03ca85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- uses: actions/checkout@v6
77
with:
88
submodules: true
9-
- uses: actions/setup-python@v5
9+
- uses: actions/setup-python@v6
1010
with:
1111
python-version: 3.13
1212
- env:

0 commit comments

Comments
 (0)