File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 - name : Set up npm for linting
3333 uses : actions/setup-node@v4
3434 with :
5858 digest : ${{ steps.build-push.outputs.digest }}
5959 steps :
6060 - name : Checkout Repository
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262 with :
6363 fetch-depth : 0
6464 - name : Set up QEMU
@@ -113,7 +113,7 @@ jobs:
113113 digest : ${{ needs.sign_image.outputs.digest }}
114114 steps :
115115 - name : Checkout Repository
116- uses : actions/checkout@v4
116+ uses : actions/checkout@v5
117117 with :
118118 sparse-checkout : |
119119 scripts
@@ -143,7 +143,7 @@ jobs:
143143 KUBE_CONFIG_FILENAME : ' config'
144144 steps :
145145 - name : Checkout Repository
146- uses : actions/checkout@v4
146+ uses : actions/checkout@v5
147147 with :
148148 sparse-checkout : |
149149 helm-chart
Original file line number Diff line number Diff line change 1515 KUBE_CONFIG_FILENAME : ' config'
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 sparse-checkout : |
2121 scripts
4949 LOGIN_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5050 steps :
5151 - name : Checkout Repository
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 with :
5454 sparse-checkout : |
5555 scripts
You can’t perform that action at this time.
0 commit comments