mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-01 18:35:13 +00:00
Merge branch 'master' of github.com:coreybutler/nvm-windows
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
${{ runner.os }}-go-
|
||||
|
||||
- name: Cache QuikGo
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/go/bin
|
||||
|
4
.github/workflows/scanner.yml
vendored
4
.github/workflows/scanner.yml
vendored
@@ -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({
|
||||
@@ -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: |
|
||||
|
Reference in New Issue
Block a user