File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ jobs:
62
62
Write-Host "Identified Tag: $env:TAG"
63
63
64
64
- name : Set up Go
65
- uses : actions/setup-go@v4
65
+ uses : actions/setup-go@v5
66
66
with :
67
67
go-version : ' ${{ env.GO_VERSION }}'
68
68
69
69
- name : Cache Go Modules
70
- uses : actions/cache@v3
70
+ uses : actions/cache@v4
71
71
with :
72
72
path : |
73
73
~/.cache/go-build
77
77
${{ runner.os }}-go-
78
78
79
79
- name : Cache QuikGo
80
- uses : actions/cache@v3
80
+ uses : actions/cache@v4
81
81
with :
82
82
path : |
83
83
~/go/bin
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Get latest release details
17
17
id : get_latest_release
18
- uses : actions/github-script@v6
18
+ uses : actions/github-script@v7
19
19
with :
20
20
script : |
21
21
const { data: latestRelease } = await github.rest.repos.getLatestRelease({
75
75
echo "NOTES=$notes" >> $GITHUB_OUTPUT
76
76
77
77
- name : Update release body
78
- uses : softprops/action-gh-release@v1
78
+ uses : softprops/action-gh-release@v2
79
79
with :
80
80
tag_name : ${{ steps.get_latest_release.outputs.tag }}
81
81
body : |
You can’t perform that action at this time.
0 commit comments