Skip to content

Commit

Permalink
Merge d324e2f into 713d75a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 21, 2024
2 parents 713d75a + d324e2f commit 6b1d331
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/gmp-mpfr-sys
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/gmp-mpfr-sys
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/gmp-mpfr-sys
Expand Down

0 comments on commit 6b1d331

Please sign in to comment.