From 5bf9bae6d9c3cd861cfac084daff84d4a108581c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 03:15:58 +0000 Subject: [PATCH] Infrastructure: Bump carlosperate/download-file-action 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/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 7f4ae9a29ef..9e5f5c41e79 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.1.1 + 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