Skip to content

Commit

Permalink
Merge pull request #3198 from 1c-syntax/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
nixel2007 authored Dec 6, 2023
2 parents e4fade0 + e1beb6a commit d2d6c41
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@v4
uses: actions/setup-python@v5
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@v4
uses: actions/setup-python@v5
with:
python-version: '3.7.15'
architecture: 'x64'
Expand Down

0 comments on commit d2d6c41

Please sign in to comment.