Skip to content

Commit

Permalink
Update to PowerShell 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate4U committed Sep 19, 2023
1 parent b92174d commit 5c41b79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/findredundant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
sudo apt-get update
sudo apt-get install csvkit
- name: Install PowerShell 7.3
run: |
wget https://github.com/PowerShell/PowerShell/releases/download/v7.3.7/powershell_7.3.7-1.deb_amd64.deb
sudo dpkg -i powershell_7.3.7-1.deb_amd64.deb
- name: Get Check-domains script
run: wget https://raw.githubusercontent.com/Chocolate4U/Domain-Health-Checker/main/Check-domains.ps1

Expand Down

0 comments on commit 5c41b79

Please sign in to comment.