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 2525 # Steps represent a sequence of tasks that will be executed as part of the job
2626 steps :
2727 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
28+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2929 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
3030 with :
3131 go-version : ' ^1.25' # The Go version to download (if necessary) and use.
6161 if : github.repository == 'bitnami/wait-for-port' && startsWith(github.ref, 'refs/tags/')
6262 runs-on : ubuntu-latest
6363 steps :
64- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
64+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
6565 - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
6666 with :
6767 path : ./artifacts
You can’t perform that action at this time.
0 commit comments