Skip to content

Commit

Permalink
Migrated to GHA checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Nov 21, 2023
1 parent b47c634 commit e1a1001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install mamba
uses: mamba-org/provision-with-micromamba@v13
with:
Expand All @@ -45,7 +45,7 @@ jobs:
static-analysis:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install mamba
uses: mamba-org/provision-with-micromamba@v13
with:
Expand All @@ -64,7 +64,7 @@ jobs:
test-doc:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install mamba
uses: mamba-org/provision-with-micromamba@v13
with:
Expand Down

0 comments on commit e1a1001

Please sign in to comment.