diff --git a/.github/workflows/push-action.yml b/.github/workflows/push-action.yml index b606f93..fe0ca44 100644 --- a/.github/workflows/push-action.yml +++ b/.github/workflows/push-action.yml @@ -11,15 +11,15 @@ jobs: steps: - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: 8.0.x - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Restore run: dotnet restore src - name: Build - run: dotnet build src --configuration Release --no-restore \ No newline at end of file + run: dotnet build src --configuration Release --no-restore