Skip to content

Commit daae54b

Browse files
authored
Merge pull request #15 from emrekovanci/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 99ca16f + 6b88471 commit daae54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
clangformat: ${{ env.CLANG_FORMAT_VERSION }}
3434

3535
- name: Install Python
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: "3.8"
3939

0 commit comments

Comments
 (0)