Skip to content

Commit b14e345

Browse files
Merge pull request #86 from VirtualProgrammingLab/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents fe2b0c0 + 4ae03d7 commit b14e345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313

1414
- name: Setup Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.13'
1818

0 commit comments

Comments
 (0)