File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed
Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - uses : actions/setup-go@v6
1818 with :
2727 args : build --clean --snapshot --single-target
2828
2929 - name : Store artifact
30- uses : actions/upload-artifact@v5
30+ uses : actions/upload-artifact@v6
3131 with :
3232 name : cheqd-noded
3333 path : dist/did-resolver_linux_amd64_v1/did-resolver
4040 IMAGE_NAME : ${{ github.repository }}
4141
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444
4545 - name : Set up Docker Buildx
4646 uses : docker/setup-buildx-action@v3
7474 cache-to : type=gha,scope=docker-build-amd64,mode=max
7575
7676 - name : Upload staging image as an artifact
77- uses : actions/upload-artifact@v5
77+ uses : actions/upload-artifact@v6
7878 with :
7979 name : did-resolver-staging
8080 path : did-resolver-staging.tar
Original file line number Diff line number Diff line change 2323 security-events : write
2424
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 0
2929
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717
1818 - name : Run Markdown link check
1919 uses : tcort/github-action-markdown-link-check@v1
2828 runs-on : ubuntu-latest
2929
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232
3333 - uses : actions/setup-go@v6
3434 with :
3838 cache : false
3939
4040 - name : Run golangci-lint
41- uses : golangci/golangci-lint-action@v6
41+ uses : golangci/golangci-lint-action@v9
4242 with :
4343 version : v1.64.6
4444 args : --config .github/linters/.golangci.yaml
4848 runs-on : ubuntu-latest
4949
5050 steps :
51- - uses : actions/checkout@v5
51+ - uses : actions/checkout@v6
5252 with :
5353 fetch-depth : 0 # Required to fetch version
5454
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525
2626 - uses : amannn/action-semantic-pull-request@v6
2727 env :
Original file line number Diff line number Diff line change 2020 EXECUTE_RELEASE : ${{ steps.execute-release.outputs.EXECUTE_RELEASE }}
2121
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0 # Required to fetch version
2626 persist-credentials : false
7575 if : needs.release-guard.outputs.EXECUTE_RELEASE == 'true'
7676
7777 steps :
78- - uses : actions/checkout@v5
78+ - uses : actions/checkout@v6
7979 with :
8080 fetch-depth : 0
8181 persist-credentials : false
@@ -115,7 +115,7 @@ jobs:
115115 runs-on : ubuntu-24.04-arm
116116
117117 steps :
118- - uses : actions/checkout@v5
118+ - uses : actions/checkout@v6
119119 with :
120120 persist-credentials : false
121121
@@ -150,7 +150,7 @@ jobs:
150150 url : https://resolver.cheqd.net
151151
152152 steps :
153- - uses : actions/checkout@v5
153+ - uses : actions/checkout@v6
154154 with :
155155 persist-credentials : false
156156
Original file line number Diff line number Diff line change 2626 run : doctl registry login --expiry-seconds 600
2727
2828 - name : Download Docker image
29- uses : actions/download-artifact@v6
29+ uses : actions/download-artifact@v7
3030 with :
3131 name : did-resolver-staging
3232
5252 password : ${{ secrets.GITHUB_TOKEN }}
5353
5454 - name : Download Docker image
55- uses : actions/download-artifact@v6
55+ uses : actions/download-artifact@v7
5656 with :
5757 name : did-resolver-staging
5858
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - uses : actions/setup-go@v6
1818 with :
@@ -34,10 +34,10 @@ jobs:
3434 IMAGE_NAME : ${{ github.repository }}
3535
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838
3939 - name : Download Docker image
40- uses : actions/download-artifact@v6
40+ uses : actions/download-artifact@v7
4141 with :
4242 name : did-resolver-staging
4343
6767 run : docker compose -f tests/docker-compose-testing.yml logs --tail --follow
6868
6969 - name : Upload integration tests result
70- uses : actions/upload-artifact@v5
70+ uses : actions/upload-artifact@v6
7171 with :
7272 name : report-integration.xml
7373 path : tests/integration/rest/report-integration.xml
You can’t perform that action at this time.
0 commit comments