diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0efe083..901a64b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # all history - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 - run: dotnet --info - run: dotnet tool restore - run: dotnet nbgv get-version diff --git a/.github/workflows/deploy-command.yml b/.github/workflows/deploy-command.yml index aaa0f6b..0ea94fd 100644 --- a/.github/workflows/deploy-command.yml +++ b/.github/workflows/deploy-command.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 # all history ref: ${{ github.event.client_payload.slash_command.args.named.ref }} - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 - run: dotnet --info - run: dotnet tool restore - run: dotnet nbgv get-version diff --git a/.github/workflows/tag-command.yml b/.github/workflows/tag-command.yml index 5b2b2f8..6dd4dfb 100644 --- a/.github/workflows/tag-command.yml +++ b/.github/workflows/tag-command.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 # all history ref: ${{ github.event.client_payload.slash_command.args.named.ref }} - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 - run: dotnet --info - run: dotnet tool restore - name: Add and push version tag