File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 goreleaser :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 if : github.event_name == 'pull_request'
2323 with :
2424 fetch-depth : 0
2525 ref : ${{ github.event.pull_request.head.ref }}
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 if : github.event_name == 'push'
2828 with :
2929 fetch-depth : 0
8585 needs :
8686 - goreleaser
8787 steps :
88- - uses : actions/checkout@v3
88+ - uses : actions/checkout@v4
8989 with :
9090 fetch-depth : 0
9191 - uses : azure/setup-helm@v3
@@ -106,7 +106,7 @@ jobs:
106106 runs-on : ubuntu-latest
107107 if : startsWith(github.ref, 'refs/tags/') == true
108108 steps :
109- - uses : actions/checkout@v2
109+ - uses : actions/checkout@v4
110110 - run : |
111111 mkdir -p charts
112112 mv chart charts/alertmanager-controller/
You can’t perform that action at this time.
0 commit comments