Skip to content

Commit 66fa8e7

Browse files
Merge pull request #292 from ISISComputingGroup/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents a79358e + 53ce538 commit 66fa8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v6
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/setup-python@v5
12+
- uses: actions/setup-python@v6
1313
with:
1414
python-version: "3.13"
1515
- name: install requirements

0 commit comments

Comments
 (0)