From 3df4ab11eba7bda6032a0b82a6bb43b11571feac Mon Sep 17 00:00:00 2001 From: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:19:40 +0200 Subject: [PATCH] Release 4.0.0 (#1447) * Release 4.0.0 * Add new major version to workflow --- .github/workflows/update-main-version.yml | 1 + CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-main-version.yml b/.github/workflows/update-main-version.yml index 9e2b966..e2dc111 100644 --- a/.github/workflows/update-main-version.yml +++ b/.github/workflows/update-main-version.yml @@ -11,6 +11,7 @@ on: type: choice description: The major version to update options: + - v4 - v3 - v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8867562..072f267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v4.0.0 +- [Support fetching without the --progress option](https://github.com/actions/checkout/pull/1067) +- [Update to node20](https://github.com/actions/checkout/pull/1436) + ## v3.6.0 - [Fix: Mark test scripts with Bash'isms to be run via Bash](https://github.com/actions/checkout/pull/1377) - [Add option to fetch tags even if fetch-depth > 0](https://github.com/actions/checkout/pull/579) diff --git a/package-lock.json b/package-lock.json index ec979ed..6b77be1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "checkout", - "version": "3.6.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "checkout", - "version": "3.6.0", + "version": "4.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 61711c4..84d6430 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkout", - "version": "3.6.0", + "version": "4.0.0", "description": "checkout action", "main": "lib/main.js", "scripts": {