File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Build the Docker image
18- run : docker build -f Dockerfile.CompressImages . -t imgbot
18+ run : docker build -f Dockerfile.CompressImages . -t imgbot
Original file line number Diff line number Diff line change 1313 dotnet-version : [ '2.1' ]
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Setup .NET Core SDK ${{ matrix.dotnet-version }}
18181919 with :
2323 - name : Build
2424 run : dotnet build --configuration Release --no-restore
2525 - name : Test
26- run : dotnet test --no-restore --verbosity normal
26+ run : dotnet test --no-restore --verbosity normal
You can’t perform that action at this time.
0 commit comments