diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 383cb5d..69b73c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: name: Code runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build Solution run: dotnet build src/Promitor.DataGeneration.sln --configuration Release bicep: