Commit 580e8e4 1 parent c45b2d0 commit 580e8e4 Copy full SHA for 580e8e4
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
permissions :
27
27
contents : read
28
28
steps :
29
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
29
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
30
30
- id : dsv
31
31
# If using as a template outside of the actual repo, you sould reference like this instead:
32
32
# uses: DelineaXPM/dsv-github-action@v1 # renovate: tag=v1
Original file line number Diff line number Diff line change @@ -14,26 +14,26 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
timeout-minutes : 15
16
16
steps :
17
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
17
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18
18
19
19
# https://github.com/magnetikonline/action-golang-cache
20
20
- name : Setup Golang with cache
21
- uses : magnetikonline/action-golang-cache@797f193169d3c8ba6f60d90f50ecdadd2583fbd8 # v3
21
+ uses : magnetikonline/action-golang-cache@777394c89f8ed6fcf1649505277c46c1cd06494d # v4
22
22
with :
23
23
go-version-file : go.mod
24
24
25
25
- name : mage-tidy
26
- uses : magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2
26
+ uses : magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3
27
27
with :
28
28
version : latest
29
29
args : init
30
30
- name : docker-login
31
- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
31
+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
32
32
with :
33
33
username : ${{ secrets.DSV_DOCKER_USERNAME }}
34
34
password : ${{ secrets.DSV_DOCKER_PASSWORD }}
35
35
- name : mage-release
36
- uses : magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2
36
+ uses : magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3
37
37
with :
38
38
version : latest
39
39
args : release
You can’t perform that action at this time.
0 commit comments