Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#721)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 29, 2024
1 parent 12af98a commit 3e66813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:

- name: Checkout pyjnius
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python (Ubuntu x86_64, macOS Intel, Windows x86_64)
uses: actions/setup-python@v5
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout pyjnius
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
steps:

- name: Checkout pyjnius
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 3e66813

Please sign in to comment.