diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 4f65582..2a02196 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -21,8 +21,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-dotnet@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-dotnet@v4 with: dotnet-version: '8.0.x' - name: Local Build diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 556f84c..f3c5079 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: sudo apt-get install libxml2-utils - name: Install Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 with: version: v3.10.0 @@ -49,7 +49,7 @@ jobs: sed -i -E "s/ tag:.*/ tag: \"$build_number\"/" ./helm/azurestorageexplorer/values.yaml - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.6.0 with: charts_dir: helm env: diff --git a/src/StorageLibrary/StorageLibrary.csproj b/src/StorageLibrary/StorageLibrary.csproj index 43de868..72f09e3 100644 --- a/src/StorageLibrary/StorageLibrary.csproj +++ b/src/StorageLibrary/StorageLibrary.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/web/Directory.Build.props b/src/web/Directory.Build.props index bcab87a..684d17c 100644 --- a/src/web/Directory.Build.props +++ b/src/web/Directory.Build.props @@ -1,5 +1,5 @@ - 2.15.2 + 2.15.3 \ No newline at end of file diff --git a/src/web/web.csproj b/src/web/web.csproj index 9a4965d..73aaf9f 100644 --- a/src/web/web.csproj +++ b/src/web/web.csproj @@ -28,7 +28,7 @@ - +