From 7333568771c56385590dda2cbb9b211d31b90c12 Mon Sep 17 00:00:00 2001 From: Alexey Zimarev Date: Tue, 21 May 2024 22:28:45 +0200 Subject: [PATCH] Update actions --- .github/workflows/build-dev.yml | 12 ++++++------ .github/workflows/pull-request.yml | 4 ++-- Directory.Packages.props | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 26c0b4bf0..4679d8862 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -22,12 +22,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 - - - name: Setup .NET - uses: actions/setup-dotnet@v3 - with: - dotnet-version: '7.0.102' + uses: actions/checkout@v4 +# - +# name: Setup .NET +# uses: actions/setup-dotnet@v3 +# with: +# dotnet-version: '7.0.102' - name: Unshallow run: git fetch --prune --unshallow diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index afea29eab..c2d9ea790 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # - # name: Setup .NET # uses: actions/setup-dotnet@v3 @@ -83,7 +83,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build docs run: | diff --git a/Directory.Packages.props b/Directory.Packages.props index c7567df33..fd7ce005e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -14,7 +14,7 @@ - +