@@ -26,14 +26,14 @@ jobs:
2626 container : dockfool/cake-docker:latest
2727 steps :
2828 - name : Checkout source
29- uses : actions/checkout@v4.2.0
29+ uses : actions/checkout@v4.2.1
3030 with :
3131 fetch-depth : 0
3232 filter : tree:0
3333 show-progress : false
3434
3535 - name : Cache packages
36- uses : actions/cache@v4.0.2
36+ uses : actions/cache@v4.1.1
3737 with :
3838 path : ${{ env.NUGET_PACKAGES }}
3939 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout source
49- uses : actions/checkout@v4.2.0
49+ uses : actions/checkout@v4.2.1
5050 with :
5151 fetch-depth : 0
5252 filter : tree:0
5959 dotnet-version : 8.0.402
6060
6161 - name : Cache packages
62- uses : actions/cache@v4.0.2
62+ uses : actions/cache@v4.1.1
6363 with :
6464 path : ${{ env.NUGET_PACKAGES }}
6565 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
7272 runs-on : macos-latest
7373 steps :
7474 - name : Checkout source
75- uses : actions/checkout@v4.2.0
75+ uses : actions/checkout@v4.2.1
7676 with :
7777 fetch-depth : 0
7878 filter : tree:0
8585 dotnet-version : 8.0.402
8686
8787 - name : Cache packages
88- uses : actions/cache@v4.0.2
88+ uses : actions/cache@v4.1.1
8989 with :
9090 path : ${{ env.NUGET_PACKAGES }}
9191 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
9898 runs-on : windows-latest
9999 steps :
100100 - name : Checkout source
101- uses : actions/checkout@v4.2.0
101+ uses : actions/checkout@v4.2.1
102102 with :
103103 fetch-depth : 0
104104 filter : tree:0
@@ -111,7 +111,7 @@ jobs:
111111 dotnet-version : 8.0.402
112112
113113 - name : Cache packages
114- uses : actions/cache@v4.0.2
114+ uses : actions/cache@v4.1.1
115115 with :
116116 path : ${{ env.NUGET_PACKAGES }}
117117 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
0 commit comments