File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Install go
2323 uses : actions/setup-go@v6
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v5
50+ uses : actions/checkout@v6
5151
5252 - name : Check GoReleaser
5353 uses : goreleaser/goreleaser-action@v6
Original file line number Diff line number Diff line change 2323 SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_TOKEN }}
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 with :
2828 # Allow goreleaser to access older tag information.
2929 fetch-depth : 0
@@ -106,7 +106,7 @@ jobs:
106106 AWS_SECRET_ACCESS_KEY : ${{ secrets.OBJECT_STORAGE_SECRET_ACCESS_KEY }}
107107 steps :
108108 - name : Checkout
109- uses : actions/checkout@v5
109+ uses : actions/checkout@v6
110110
111111 # use the artifacts from the "goreleaser" job
112112 - name : Download artifacts from workflow
@@ -144,7 +144,7 @@ jobs:
144144 AWS_ENDPOINT_URL : https://object.storage.eu01.onstackit.cloud
145145 steps :
146146 - name : Checkout
147- uses : actions/checkout@v5
147+ uses : actions/checkout@v6
148148
149149 - name : Download artifacts from workflow
150150 uses : actions/download-artifact@v6
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 - name : Self-hosted Renovate
1616 uses : renovatebot/github-action@v44.0.3
1717 with :
You can’t perform that action at this time.
0 commit comments