Skip to content

Commit 9ee0ff9

Browse files
Merge pull request #283 from serv-c/dependabot/github_actions/actions/setup-python-6
fix: bump actions/setup-python from 5 to 6
2 parents 17bb0f2 + 193dff7 commit 9ee0ff9

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)