1
0
mirror of https://github.com/actions/checkout.git synced 2026-07-02 18:33:48 +08:00

Compare commits

..

3 Commits

Author SHA1 Message Date
John Wesley Walker III
2c1d492c24 fix unit test 2024-06-12 16:25:41 +00:00
John Wesley Walker III
823fceebd3 fixed failing unit test 2024-06-12 16:10:55 +00:00
John Wesley Walker III
64c7eac3cb Pin actions/checkout's own workflows to a known, good, stable version. 2024-06-12 15:50:10 +00:00
3 changed files with 3 additions and 9 deletions

View File

@@ -1,11 +1,5 @@
# 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
* 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

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "checkout",
"version": "4.1.7",
"version": "4.1.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "checkout",
"version": "4.1.7",
"version": "4.1.6",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",

View File

@@ -1,6 +1,6 @@
{
"name": "checkout",
"version": "4.1.7",
"version": "4.1.6",
"description": "checkout action",
"main": "lib/main.js",
"scripts": {