Skip to content

Commit

Permalink
Merge pull request #29 from lark-parser/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
erezsh authored Sep 21, 2024
2 parents 4dbf491 + 1911ccc commit 40bcc54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
cibw_skip: '*-win_amd64'
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Enable MSVC 64bit
uses: ilammy/msvc-dev-cmd@v1
if: matrix.os == 'windows-latest' && matrix.cibw_skip == '*-win32'
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download wheels and sdist
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 40bcc54

Please sign in to comment.