File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 environment : " BuildAndUploadImage"
1616
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919
2020 - name : Set up .NET Core
2121 uses : actions/setup-dotnet@v5
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Set up Python 3.8
1515 uses : actions/setup-python@v6
1616 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check out code
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313
1414 - name : Cleanup
1515 run : |
Original file line number Diff line number Diff line change 99 build-and-test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313
1414 - name : Set up .NET Core
1515 uses : actions/setup-dotnet@v5
Original file line number Diff line number Diff line change 2222 tenant-id : ${{ secrets.AZURE_TENANT_ID }}
2323 subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2424
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 with :
2727 repository : " EssentialCSharp/EssentialCSharp.Web.CertbotDnsGoDaddy"
2828 token : ${{ secrets.CERTBOTDNSGODADDY_PAT }}
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
7474
7575 steps :
7676 - name : Checkout repository
77- uses : actions/checkout@v5
77+ uses : actions/checkout@v6
7878
7979 # Initializes the CodeQL tools for scanning.
8080 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1818 permissions :
1919 contents : read
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222
2323 - name : Set up .NET Core
2424 uses : actions/setup-dotnet@v5
You can’t perform that action at this time.
0 commit comments