Skip to content

Commit

Permalink
Merge pull request #2800 from 1c-syntax/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-4
  • Loading branch information
nixel2007 authored Jun 9, 2022
2 parents 9adf9e5 + 1e5d31a commit 7ae5635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ./gradlew bootJar

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.7"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./gradlew --no-daemon javadoc

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.6'
architecture: 'x64'
Expand Down

0 comments on commit 7ae5635

Please sign in to comment.