Skip to content

Bump docker/login-action from 3.1.0 to 3.3.0 #70

Bump docker/login-action from 3.1.0 to 3.3.0

Bump docker/login-action from 3.1.0 to 3.3.0 #70

Workflow file for this run

name: test
on:
pull_request:
branches:
- master
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: 6.0.x
- name: Restore dependencies
working-directory: sample/
run: dotnet restore
- name: Build
working-directory: sample/
run: dotnet build --configuration Release --no-restore /nologo /clp:NoSummary
- name: Annotate
uses: ./
with:
solution: sample/HelloWorld.sln