From d9affe04dfb08f5a108798c8c06cc02bc106a6ad Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Wed, 12 Jun 2024 11:12:08 -0400 Subject: [PATCH 1/2] Prepare 4.1.7 release --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341b3910f..f7ae4e9af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v4.1.7 +* Bump the minor-npm-dependencies group across 1 directory with 4 updates by @dependabot in https://github.com/actions/checkout/pull/1739 +* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/actions/checkout/pull/1697 +* Check out other refs/* by commit by @orhantoy in https://github.com/actions/checkout/pull/1774 + ## v4.1.6 * Check platform to set archive extension appropriately by @cory-miller in https://github.com/actions/checkout/pull/1732 diff --git a/package-lock.json b/package-lock.json index d4916d668..2742b5f77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "checkout", - "version": "4.1.6", + "version": "4.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "checkout", - "version": "4.1.6", + "version": "4.1.7", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 7ce079343..b45b792c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkout", - "version": "4.1.6", + "version": "4.1.7", "description": "checkout action", "main": "lib/main.js", "scripts": { From 12eeb4ea5caed0c0b1fccf255bc85ecb2e9f320a Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Wed, 12 Jun 2024 13:12:09 -0400 Subject: [PATCH 2/2] Include #1776 in 4.1.7 release --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ae4e9af..914cab796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Bump the minor-npm-dependencies group across 1 directory with 4 updates by @dependabot in https://github.com/actions/checkout/pull/1739 * Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/actions/checkout/pull/1697 * Check out other refs/* by commit by @orhantoy in https://github.com/actions/checkout/pull/1774 +* Pin actions/checkout's own workflows to a known, good, stable version. by @jww3 in https://github.com/actions/checkout/pull/1776 ## v4.1.6 * Check platform to set archive extension appropriately by @cory-miller in https://github.com/actions/checkout/pull/1732