Skip to content

Commit 3fc1f0b

Browse files
Merge pull request #876 from 0xAX/dependabot/github_actions/actions/setup-python-6
2 parents 3f05903 + f0c679e commit 3fc1f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-code-snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v5
2222
- name: Setup python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: '3.13'
2626
- name: Install dependencies

0 commit comments

Comments
 (0)