File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1212 name : Linting and TypeCheck
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 lfs : true
1818 - uses : actions/setup-node@v6
3030 name : Build and Test Web
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 with :
3535 lfs : true
3636 - uses : actions/setup-node@v6
5353 name : Build and Test C#
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v5
56+ - uses : actions/checkout@v6
5757 with :
5858 lfs : true
5959 - uses : actions/setup-node@v6
8888 SONATYPE_SIGNING_PASSWORD : ${{secrets.SONATYPE_SIGNING_PASSWORD}}
8989 SONATYPE_SIGNING_KEY : ${{secrets.SONATYPE_SIGNING_KEY}}
9090 steps :
91- - uses : actions/checkout@v5
91+ - uses : actions/checkout@v6
9292 with :
9393 lfs : true
9494 - uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 2626 if : needs.check_sha.outputs.hit == 'false'
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 with :
3131 lfs : true
3232 - uses : actions/setup-node@v6
7070 if : needs.check_sha.outputs.hit == 'false'
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@v5
73+ - uses : actions/checkout@v6
7474 with :
7575 lfs : true
7676 - uses : actions/setup-node@v6
@@ -103,7 +103,7 @@ jobs:
103103 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{secrets.SONATYPE_SIGNING_PASSWORD}}
104104 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{secrets.SONATYPE_SIGNING_KEY}}
105105 steps :
106- - uses : actions/checkout@v5
106+ - uses : actions/checkout@v6
107107 with :
108108 lfs : true
109109 - uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 99 name : Web
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 with :
1414 lfs : true
1515 - uses : actions/setup-node@v6
4949 name : C#
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 with :
5454 lfs : true
5555 - uses : actions/setup-node@v6
7878 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{secrets.SONATYPE_SIGNING_PASSWORD}}
7979 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{secrets.SONATYPE_SIGNING_KEY}}
8080 steps :
81- - uses : actions/checkout@v5
81+ - uses : actions/checkout@v6
8282 with :
8383 lfs : true
8484 - uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments