Skip to content

Commit

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

Bump actions/setup-python from 2.2.2 to 2.3.0
  • Loading branch information
theshadowco authored Nov 19, 2021
2 parents 414f748 + c3fc375 commit ce6a3b8
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@v2.2.2
uses: actions/setup-python@v2.3.0
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@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: '3.6'
architecture: 'x64'
Expand Down

0 comments on commit ce6a3b8

Please sign in to comment.