Skip to content

Commit 5d90c90

Browse files
Update actions/setup-python action to v6
1 parent a81ad98 commit 5d90c90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: ${{ env.JDK_VERSION }}
3030
cache: gradle
3131
- name: Set up Python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: 3.x
3535
- name: Set up Gradle

0 commit comments

Comments
 (0)