Skip to content

Commit

Permalink
(maint) Update GitHub Actions versions
Browse files Browse the repository at this point in the history
Update to newer GitHub Actions as node 16 is deprecated.
  • Loading branch information
corbob committed Mar 11, 2024
1 parent bace683 commit c0aa645
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@ jobs:
windows-build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cache Tools
uses: actions/[email protected]
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
- name: Build Chocolatey-AU module
run: .\build.ps1 -Task CI -Verbose -ErrorAction Stop
- name: Upload Windows build results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Always upload build results
if: ${{ always() }}
with:
Expand Down

0 comments on commit c0aa645

Please sign in to comment.