Skip to content

Commit

Permalink
Merge pull request #62 from pymeasure/fix-CI
Browse files Browse the repository at this point in the history
Bump CI actions versions.
  • Loading branch information
BenediktBurger committed Feb 26, 2024
2 parents 4cc7cca + 0c168d9 commit 05bc939
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pyleco_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pyleco requirements
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pyleco requirements
Expand All @@ -74,7 +74,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pyleco requirements
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pyleco requirements
Expand Down

0 comments on commit 05bc939

Please sign in to comment.