File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
26
steps :
27
27
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
29
29
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
30
30
with :
31
31
go-version : ' ^1.25' # The Go version to download (if necessary) and use.
61
61
if : github.repository == 'bitnami/wait-for-port' && startsWith(github.ref, 'refs/tags/')
62
62
runs-on : ubuntu-latest
63
63
steps :
64
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
64
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
65
65
- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
66
66
with :
67
67
path : ./artifacts
You can’t perform that action at this time.
0 commit comments