Skip to content

Commit

Permalink
Merge pull request #33 from lark-parser/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-4.7.1

Bump actions/setup-python from 4.3.1 to 4.7.1
  • Loading branch information
erezsh committed Sep 21, 2024
2 parents 40bcc54 + d022f18 commit d211445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.7.1
with:
python-version: 3.8
- name: Upgrade pip
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
shell: bash
run: ls -la wheelhouse
- name: Set up Python 3.8 to combine coverage Linux
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.7.1
if: runner.os == 'Linux'
with:
python-version: 3.8
Expand Down

0 comments on commit d211445

Please sign in to comment.