File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ jobs:
7979 runs-on : ${{ matrix.os }}
8080 steps :
8181 - name : Checkout
82- uses : actions/checkout@v6 .0.3
82+ uses : actions/checkout@v7 .0.0
8383 with :
8484 clean : ' false'
8585 fetch-depth : ' 0'
8686 - name : Restore NuGet Cache
8787 id : restore-nuget-cache
88- uses : actions/cache/restore@v5
88+ uses : actions/cache/restore@v6
8989 with :
9090 path : ' ${{ github.workspace }}/.nuget/packages'
9191 key : " ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
@@ -110,7 +110,7 @@ jobs:
110110 dotnet nuke Restore --skip
111111 - name : Update NuGet Cache
112112 if : always() && steps.restore-nuget-cache.outputs.cache-hit != 'true'
113- uses : actions/cache/save@v5
113+ uses : actions/cache/save@v6
114114 with :
115115 key : " ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
116116 path : ' ${{ github.workspace }}/.nuget/packages'
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v6 .0.3
13+ uses : actions/checkout@v7 .0.0
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v6 .0.3
20+ uses : actions/checkout@v7 .0.0
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v6 .0.3
19+ uses : actions/checkout@v7 .0.0
2020
2121 - name : Run Labeler
2222 if : success()
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v6 .0.3
16+ uses : actions/checkout@v7 .0.0
1717 with :
1818 ref : ${{ github.sha }}
1919 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments