Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f43a0e5

Browse filesBrowse files
Release 3.6.0 (#1437)
1 parent 7739b9b commit f43a0e5
Copy full SHA for f43a0e5

File tree

3 files changed

+8
-4
lines changed
Filter options

3 files changed

+8
-4
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.6.0
4+
- [Fix: Mark test scripts with Bash'isms to be run via Bash](https://github.com/actions/checkout/pull/1377)
5+
- [Add option to fetch tags even if fetch-depth > 0](https://github.com/actions/checkout/pull/579)
6+
37
## v3.5.3
48
- [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in](https://github.com/actions/checkout/pull/1196)
59
- [Fix typos found by codespell](https://github.com/actions/checkout/pull/1287)

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkout",
3-
"version": "3.5.3",
3+
"version": "3.6.0",
44
"description": "checkout action",
55
"main": "lib/main.js",
66
"scripts": {
@@ -52,4 +52,4 @@
5252
"ts-jest": "^27.0.7",
5353
"typescript": "^4.4.4"
5454
}
55-
}
55+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.