Skip to content

Commit

Permalink
Bump carlosperate/download-file-action from 2.0.1 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/carlosperate/download-file-action/releases)
- [Commits](carlosperate/download-file-action@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: carlosperate/download-file-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 41c3cf3 commit 02cfc4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ jobs:
working-directory: ${{ github.workspace }}/installer
run: move microk8s.exe ./windows/microk8s.exe
- name: Download EnVar plugin for NSIS
uses: carlosperate/[email protected].1
uses: carlosperate/[email protected].2
with:
file-url: https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip
file-name: envar_plugin.zip
location: ${{ github.workspace }}
- name: Extract EnVar plugin
run: 7z x -o"C:/Program Files (x86)/NSIS" "${{ github.workspace }}/envar_plugin.zip"
- name: Download Multipass installer
uses: carlosperate/[email protected].1
uses: carlosperate/[email protected].2
with:
file-url: https://github.com/canonical/multipass/releases/download/v1.12.2/multipass-1.12.2+win-win64.exe
file-name: multipass.exe
location: ${{ github.workspace }}/installer/windows
- name: Download kubectl
uses: carlosperate/[email protected].1
uses: carlosperate/[email protected].2
with:
file-url: https://storage.googleapis.com/kubernetes-release/release/v1.28.3/bin/windows/amd64/kubectl.exe
file-name: kubectl.exe
Expand Down

0 comments on commit 02cfc4c

Please sign in to comment.