From 81b1b9c3d67fbb9027c243f859d061635d17fc4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 00:08:48 +0000 Subject: [PATCH] Infrastructure: Bump carlosperate/download-file-action Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1.0.3 to 2.0.0. - [Release notes](https://github.com/carlosperate/download-file-action/releases) - [Commits](https://github.com/carlosperate/download-file-action/compare/v1.0.3...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/update-3rdparty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-3rdparty.yml b/.github/workflows/update-3rdparty.yml index 0955d2e370a..0aad7707ce2 100644 --- a/.github/workflows/update-3rdparty.yml +++ b/.github/workflows/update-3rdparty.yml @@ -15,7 +15,7 @@ jobs: ref: development - name: Download latest IRE mapper - uses: carlosperate/download-file-action@v1.0.3 + uses: carlosperate/download-file-action@v2.0.0 with: file-url: https://raw.githubusercontent.com/IRE-Mudlet-Mapping/ire-mapping-script/gh-pages/downloads/mudlet-mapper.xml file-name: mudlet-mapper.xml