From bb2dc791fc478417268a57427f535eb9b4bdaf93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:02:57 +0000 Subject: [PATCH] Bump carlosperate/download-file-action from 1.1.1 to 2.0.0 Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/carlosperate/download-file-action/releases) - [Commits](https://github.com/carlosperate/download-file-action/compare/v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: carlosperate/download-file-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 526d726..9c9ad59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: - name: Restore nuget packages for Adf run: dotnet restore daf-core-adf/Daf.Core.Adf/Daf.Core.Adf.csproj - name: Download latest DocFX release - uses: carlosperate/download-file-action@v1.1.1 + uses: carlosperate/download-file-action@v2.0.0 with: file-url: 'https://github.com/dotnet/docfx/releases/latest/download/docfx.zip' - name: Unzip DocFX diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e6a476..e6c1601 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: # #tag: 'v2.51' # file: docfx.zip - name: Download latest DocFX release - uses: carlosperate/download-file-action@v1.1.1 + uses: carlosperate/download-file-action@v2.0.0 with: file-url: 'https://github.com/dotnet/docfx/releases/latest/download/docfx.zip' - name: Unzip DocFX