Skip to content

Commit

Permalink
Merge pull request #451 from 1c-syntax/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5.1.0

Bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
nixel2007 authored Mar 27, 2024
2 parents 177b0ea + ac8e605 commit 3d4dcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: ./gradlew --no-daemon javadoc

- name: Set up Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: '3.10'
architecture: 'x64'
Expand Down

0 comments on commit 3d4dcf6

Please sign in to comment.