File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out the repo
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check out the repo
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:10.0.100 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:10.0.102 AS build
22WORKDIR /src
33COPY TelegramVideoBot.csproj .
44RUN dotnet restore
You can’t perform that action at this time.
0 commit comments