File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout GitHub repo
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616 # Official documentation seems incomplete. To avoid failure when importing key:
1717 # https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions
1818 # It requires export the private key with the armor option: gpg --output private.pgm --armor --export-secret-key <email>
4949 contents : read
5050 packages : write
5151 steps :
52- - uses : actions/checkout@v6
52+ - uses : actions/checkout@v7
5353
5454 - uses : actions/setup-dotnet@v5.4.0
5555 with :
Original file line number Diff line number Diff line change 1818 # if: ${{ false }} # disable for now
1919 steps :
2020 - name : Checkout GitHub repo
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v7
2222 - name : Select Java Version
2323 uses : actions/setup-java@v5
2424 with :
5656 checks : write
5757 packages : read
5858 steps :
59- - uses : actions/checkout@v6
59+ - uses : actions/checkout@v7
6060
6161 - uses : actions/setup-dotnet@v5.4.0
6262 with :
You can’t perform that action at this time.
0 commit comments