Skip to content

Commit

Permalink
Merge branch 'master' of github.com:coreybutler/nvm-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Jan 1, 2025
2 parents c66de0b + 862ef44 commit d221835
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
Write-Host "Identified Tag: $env:TAG"
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '${{ env.GO_VERSION }}'

- name: Cache Go Modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand All @@ -77,7 +77,7 @@ jobs:
${{ runner.os }}-go-
- name: Cache QuikGo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/go/bin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Get latest release details
id: get_latest_release
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const { data: latestRelease } = await github.rest.repos.getLatestRelease({
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
echo "NOTES=$notes" >> $GITHUB_OUTPUT
- name: Update release body
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.get_latest_release.outputs.tag }}
body: |
Expand Down

0 comments on commit d221835

Please sign in to comment.