Skip to content

Commit d7b3b07

Browse files
Merge pull request #267 from serv-c/dependabot/github_actions/actions/setup-python-6
fix: bump actions/setup-python from 5 to 6
2 parents e4093b4 + 371cc7f commit d7b3b07

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)