Skip to content

Commit 9749ca0

Browse files
committed
Merge branch 'dev' into releases/v4
2 parents 6ce741f + 7a71951 commit 9749ca0

File tree

5 files changed

+223
-202
lines changed

5 files changed

+223
-202
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,4 +347,4 @@ If you wish to remove these files you must go into the deployment branch directl
347347

348348
This project would not be possible without all of our fantastic [contributors](https://github.com/JamesIves/github-pages-deploy-action/graphs/contributors) and [sponsors](https://github.com/sponsors/JamesIves). If you'd like to support the maintenance and upkeep of this project you can [donate via GitHub Sponsors](https://github.com/sponsors/JamesIves).
349349

350-
<!-- sponsors --><a href="https://github.com/milanpollock"><img src="https://github.com/milanpollock.png" width="50px" alt="" /></a><!-- sponsors -->
350+
<!-- sponsors --><a href="https://github.com/milanpollock"><img src="https://github.com/milanpollock.png" width="50px" alt="" /></a><a href="https://github.com/raoulvdberge"><img src="https://github.com/raoulvdberge.png" width="50px" alt="" /></a><!-- sponsors -->

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The current version is actively maintained and will receive frequent updates and
77
| Version | Supported |
88
| ------- | ------------------ |
99
| 4.0.x | :white_check_mark: |
10-
| < 3.0 | :x: |
10+
| < 4.0.0 | :x: |
1111

1212
## Reporting a Vulnerability
1313

integration/.nojekyll

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@jamesives/github-pages-deploy-action",
33
"description": "GitHub action for building a project and deploying it to GitHub pages.",
44
"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
5-
"version": "4.1.6",
5+
"version": "4.1.7",
66
"license": "MIT",
77
"main": "lib/lib.js",
88
"types": "lib/lib.d.ts",
@@ -40,18 +40,18 @@
4040
},
4141
"devDependencies": {
4242
"@types/jest": "27.0.3",
43-
"@types/node": "16.11.10",
43+
"@types/node": "17.0.0",
4444
"@typescript-eslint/eslint-plugin": "4.33.0",
4545
"@typescript-eslint/parser": "4.33.0",
4646
"eslint": "7.32.0",
4747
"eslint-config-prettier": "8.3.0",
4848
"eslint-plugin-jest": "25.3.0",
4949
"eslint-plugin-prettier": "4.0.0",
5050
"jest": "26.6.3",
51-
"jest-circus": "27.3.1",
52-
"prettier": "2.5.0",
51+
"jest-circus": "27.4.5",
52+
"prettier": "2.5.1",
5353
"rimraf": "3.0.2",
5454
"ts-jest": "26.5.6",
55-
"typescript": "4.5.2"
55+
"typescript": "4.5.4"
5656
}
5757
}

0 commit comments

Comments
 (0)