File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 helm-tests :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - uses : d3adb5/helm-unittest-action@v2
2121 with :
3333 needs : helm-tests
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v5
3737
3838 - name : Start a local k3s cluster
3939 uses : jupyterhub/action-k3s-helm@v4
Original file line number Diff line number Diff line change 1313 if : ${{ !startsWith(github.ref, 'refs/tags/eoapi-') }} # prevent the helm chart releaser from running this release workflow
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout STAC Browser repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 repository : radiantearth/stac-browser
3131 ref : ${{ github.event.inputs.STAC_BROWSER_VERSION }}
You can’t perform that action at this time.
0 commit comments