Skip to content

Commit

Permalink
Merge pull request #2527 from vispy/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4
  • Loading branch information
djhoese committed Sep 11, 2023
2 parents 301cd06 + 92d2918 commit a1a639f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: lint and style checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cache VisPy Demo and Test Data
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
test: "standard"
new_qt: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cache VisPy Demo and Test Data
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- os: ubuntu-20.04
arch: aarch64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up QEMU
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
name: Build source distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
Expand Down

0 comments on commit a1a639f

Please sign in to comment.