1
0
mirror of https://github.com/actions/checkout.git synced 2026-03-07 08:51:46 +08:00

Compare commits

...

12 Commits

Author SHA1 Message Date
dillyphilly3131
17f1b0c7a4
Merge 38c4d0049e into 1af3b93b68 2025-11-22 10:21:22 +01:00
eric sciple
1af3b93b68
update readme/changelog for v6 (#2311) 2025-11-20 10:20:04 -06:00
dillyphilly3131
38c4d0049e
Create devcontainer.json 2025-09-03 11:13:41 -04:00
Salman Chishti
84461a1f80
Merge branch 'main' into main 2025-08-11 11:35:05 +01:00
Salman Muin Kayser Chishti
d3c16acf8d will do separate pr for v5 and will do a minor version for previous changes 2025-08-11 10:54:03 +01:00
Salman Muin Kayser Chishti
41e7b7c3b8 update major version 2025-08-11 10:50:06 +01:00
Salman Muin Kayser Chishti
877148b270 update dist 2025-08-11 10:47:05 +01:00
Salman Muin Kayser Chishti
ead6238b2e update licenses 2025-08-11 10:21:35 +01:00
Salman Muin Kayser Chishti
cfcf2310e5 bump to major version, audit fix, changelog 2025-08-11 10:20:28 +01:00
Salman Chishti
6514bdfadd update other parts to node 24 2025-07-24 12:09:01 +00:00
Salman Chishti
82309ba413
Merge branch 'actions:main' into main 2025-07-23 15:51:10 +01:00
Salman Chishti
f06e13efd2
use node 24 2025-07-14 17:14:18 +01:00
3 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {}
}

View File

@ -1,8 +1,17 @@
# Changelog
## V6.0.0
* Persist creds to a separate file by @ericsciple in https://github.com/actions/checkout/pull/2286
* Update README to include Node.js 24 support details and requirements by @salmanmkc in https://github.com/actions/checkout/pull/2248
## V5.0.1
* Port v6 cleanup to v5 by @ericsciple in https://github.com/actions/checkout/pull/2301
## V5.0.0
* Update actions checkout to use node 24 by @salmanmkc in https://github.com/actions/checkout/pull/2226
## V4.3.1
* Port v6 cleanup to v4 by @ericsciple in https://github.com/actions/checkout/pull/2305
## V4.3.0
* docs: update README.md by @motss in https://github.com/actions/checkout/pull/1971

View File

@ -1,6 +1,6 @@
[![Build and Test](https://github.com/actions/checkout/actions/workflows/test.yml/badge.svg)](https://github.com/actions/checkout/actions/workflows/test.yml)
# Checkout v6-beta
# Checkout v6
## What's new