Skip to content

Commit

Permalink
Bump suisei-cn/actions-download-file from 1.3.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [suisei-cn/actions-download-file](https://github.com/suisei-cn/actions-download-file) from 1.3.0 to 1.6.0.
- [Release notes](https://github.com/suisei-cn/actions-download-file/releases)
- [Commits](suisei-cn/actions-download-file@v1.3.0...v1.6.0)

---
updated-dependencies:
- dependency-name: suisei-cn/actions-download-file
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent e070da0 commit f076fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
mkdir ${{ github.workspace }}\fdml_deps\
- name: Install GMP and MPFR (download)
uses: suisei-cn/actions-download-file@v1.3.0
uses: suisei-cn/actions-download-file@v1.6.0
id: gmp_mpfr_zip_download
with:
url: "https://github.com/CGAL/cgal/releases/download/v5.4/CGAL-5.4-win64-auxiliary-libraries-gmp-mpfr.zip"
Expand All @@ -103,7 +103,7 @@ jobs:
rmdir gmp_mpfr_parent
- name: Install Boost (download)
uses: suisei-cn/actions-download-file@v1.3.0
uses: suisei-cn/actions-download-file@v1.6.0
id: boost_zip_download
with:
url: "https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.zip"
Expand Down

0 comments on commit f076fc5

Please sign in to comment.