Skip to content

Commit

Permalink
Merge pull request #39 from antoniovazquezblanco/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
BatchDrake committed Apr 5, 2023
2 parents b351905 + cc07c27 commit 0d60424
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sudo apt-get install libfftw3-dev

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Unshallow
run: git fetch --tags --prune --unshallow origin
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
run: brew install fftw

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Unshallow
run: git fetch --tags --prune --unshallow origin
Expand All @@ -99,9 +99,8 @@ jobs:
run:
shell: msys2 {0}
steps:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/checkout@v3

- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand Down

0 comments on commit 0d60424

Please sign in to comment.