From 9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 Mon Sep 17 00:00:00 2001 From: Priya Gupta <147705955+priyagupta108@users.noreply.github.com> Date: Thu, 28 May 2026 08:15:27 +0530 Subject: [PATCH] Add rollForward note in README, improve proxy health check in e2e tests and bump version to v5.3.0 (#738) * docs: add note about latest* rollForward support in global.json * update health check options for squid proxy in e2e tests --- .github/workflows/e2e-tests.yml | 5 +++++ README.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 406bf0e..dc6f3e8 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -577,6 +577,11 @@ jobs: image: ubuntu/squid:latest ports: - 3128:3128 + options: >- + --health-cmd "bash -c ' **Note**: The action supports `latest*` variants of the [rollForward](https://learn.microsoft.com/en-us/dotnet/core/tools/global-json#rollforward) field in `global.json`. When set to `latestPatch`, `latestFeature`, `latestMinor`, or `latestMajor`, the action installs the appropriate SDK version. + ## Caching NuGet Packages The action has a built-in functionality for caching and restoring dependencies. It uses [toolkit/cache](https://github.com/actions/toolkit/tree/main/packages/cache) under the hood for caching global packages data but requires less configuration settings. The `cache` input is optional, and caching is turned off by default. diff --git a/package-lock.json b/package-lock.json index 2f50c9d..7c22f58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-dotnet", - "version": "5.0.1", + "version": "5.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "setup-dotnet", - "version": "5.0.1", + "version": "5.3.0", "license": "MIT", "dependencies": { "@actions/cache": "^5.0.5", diff --git a/package.json b/package.json index a7b0afb..d56a35e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-dotnet", - "version": "5.0.1", + "version": "5.3.0", "private": true, "description": "setup dotnet action", "main": "dist/setup/index.js",