Skip to content

Commit f43a0e5

Browse files
Release 3.6.0 (#1437)
1 parent 7739b9b commit f43a0e5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
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)