summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-26 17:49:40 +0000
committerGitHub <noreply@github.com>2024-01-26 17:49:40 +0000
commit11aed3b525f8ec066f4dfc2d88d0c0a00f30affb (patch)
tree752788f224a4d0d0b29cd731a181114af41746fd
parent0f644b96d209443b4566f7e86e3be2568292e75b (diff)
Bump suisei-cn/actions-download-file from 1.4.0 to 1.5.1dependabot/github_actions/suisei-cn/actions-download-file-1.5.1
Bumps [suisei-cn/actions-download-file](https://github.com/suisei-cn/actions-download-file) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/suisei-cn/actions-download-file/releases) - [Commits](https://github.com/suisei-cn/actions-download-file/compare/v1.4.0...v1.5.1) --- updated-dependencies: - dependency-name: suisei-cn/actions-download-file dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/os-zoo.yml2
-rw-r--r--.github/workflows/windows.yml6
-rw-r--r--.github/workflows/windows_comp.yml4
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml
index 4a64a53ece..d626bae673 100644
--- a/.github/workflows/os-zoo.yml
+++ b/.github/workflows/os-zoo.yml
@@ -153,7 +153,7 @@ jobs:
working-directory: _build
run: nmake /S
- name: download coreinfo
- uses: suisei-cn/actions-download-file@v1.4.0
+ uses: suisei-cn/actions-download-file@v1.5.1
with:
url: "https://download.sysinternals.com/files/Coreinfo.zip"
target: _build/coreinfo/
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 792190bb08..db69e26ea2 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -47,7 +47,7 @@ jobs:
working-directory: _build
run: nmake /S
- name: download coreinfo
- uses: suisei-cn/actions-download-file@v1.4.0
+ uses: suisei-cn/actions-download-file@v1.5.1
with:
url: "https://download.sysinternals.com/files/Coreinfo.zip"
target: _build/coreinfo/
@@ -94,7 +94,7 @@ jobs:
working-directory: _build
run: nmake /S
- name: download coreinfo
- uses: suisei-cn/actions-download-file@v1.4.0
+ uses: suisei-cn/actions-download-file@v1.5.1
with:
url: "https://download.sysinternals.com/files/Coreinfo.zip"
target: _build/coreinfo/
@@ -131,7 +131,7 @@ jobs:
working-directory: _build
run: nmake # verbose, so no /S here
- name: download coreinfo
- uses: suisei-cn/actions-download-file@v1.4.0
+ uses: suisei-cn/actions-download-file@v1.5.1
with:
url: "https://download.sysinternals.com/files/Coreinfo.zip"
target: _build/coreinfo/
diff --git a/.github/workflows/windows_comp.yml b/.github/workflows/windows_comp.yml
index a75451669a..680e04dacd 100644
--- a/.github/workflows/windows_comp.yml
+++ b/.github/workflows/windows_comp.yml
@@ -42,7 +42,7 @@ jobs:
working-directory: _build
run: nmake
- name: download coreinfo
- uses: suisei-cn/actions-download-file@v1.4.0
+ uses: suisei-cn/actions-download-file@v1.5.1
with:
url: "https://download.sysinternals.com/files/Coreinfo.zip"
target: _build/coreinfo/
@@ -84,7 +84,7 @@ jobs:
working-directory: _build
run: nmake
- name: download coreinfo
- uses: suisei-cn/actions-download-file@v1.4.0
+ uses: suisei-cn/actions-download-file@v1.5.1
with:
url: "https://download.sysinternals.com/files/Coreinfo.zip"
target: _build/coreinfo/