Skip to content

Commit

Permalink
4.1.9 (#973)
Browse files Browse the repository at this point in the history
* Release 4.1.8 馃摚

* Bump @types/node from 17.0.0 to 17.0.1 (#955)

* Bump @types/node from 17.0.1 to 17.0.2 (#957)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.1 to 17.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/node from 17.0.2 to 17.0.4 (#958)

* Bump @types/node from 17.0.4 to 17.0.5 (#961)

* Bump eslint-plugin-jest from 25.3.0 to 25.3.2 (#966)

* Bump eslint-plugin-jest from 25.3.2 to 25.3.3 (#967)

* Bump @types/jest from 27.0.3 to 27.4.0 (#968)

* Bump eslint-plugin-jest from 25.3.3 to 25.3.4 (#969)

* Bump @types/node from 17.0.5 to 17.0.7 (#970)

* Bump @types/node from 17.0.7 to 17.0.8 (#971)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.7 to 17.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jest-circus from 27.4.5 to 27.4.6 (#972)

Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 27.4.5 to 27.4.6.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.4.6/packages/jest-circus)

---
updated-dependencies:
- dependency-name: jest-circus
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
JamesIves and dependabot[bot] committed Jan 5, 2022
1 parent da91e73 commit 83c4c30
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 217 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -60,7 +60,7 @@ jobs:
npm run build
- name: Deploy 馃殌
uses: JamesIves/github-pages-deploy-action@4.1.7
uses: JamesIves/github-pages-deploy-action@4.1.9
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.
Expand Down Expand Up @@ -178,7 +178,7 @@ With this configured you can then set the `ssh-key` part of the action to your p

```yml
- name: Deploy 馃殌
uses: JamesIves/github-pages-deploy-action@4.1.7
uses: JamesIves/github-pages-deploy-action@4.1.9
with:
branch: gh-pages
folder: site
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
npm run build
- name: Deploy 馃殌
uses: JamesIves/github-pages-deploy-action@4.1.7
uses: JamesIves/github-pages-deploy-action@4.1.9
with:
branch: gh-pages
folder: build
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
name: site

- name: Deploy 馃殌
uses: JamesIves/github-pages-deploy-action@4.1.7
uses: JamesIves/github-pages-deploy-action@4.1.9
with:
branch: gh-pages
folder: 'site' # The deployment folder should match the name of the artifact. Even though our project builds into the 'build' folder the artifact name of 'site' must be placed here.
Expand All @@ -295,7 +295,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
apt-get update && apt-get install -y rsync
- name: Deploy 馃殌
uses: JamesIves/github-pages-deploy-action@4.1.7
uses: JamesIves/github-pages-deploy-action@4.1.9
```

---
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
npm run build
- name: Deploy 馃殌
uses: JamesIves/github-pages-deploy-action@4.1.7
uses: JamesIves/github-pages-deploy-action@4.1.9
with:
branch: gh-pages
folder: build
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@jamesives/github-pages-deploy-action",
"description": "GitHub action for building a project and deploying it to GitHub pages.",
"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
"version": "4.1.7",
"version": "4.1.8",
"license": "MIT",
"main": "lib/lib.js",
"types": "lib/lib.d.ts",
Expand Down Expand Up @@ -39,16 +39,16 @@
"@actions/io": "1.1.1"
},
"devDependencies": {
"@types/jest": "27.0.3",
"@types/node": "17.0.0",
"@types/jest": "27.4.0",
"@types/node": "17.0.8",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-jest": "25.3.4",
"eslint-plugin-prettier": "4.0.0",
"jest": "26.6.3",
"jest-circus": "27.4.5",
"jest-circus": "27.4.6",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"ts-jest": "26.5.6",
Expand Down

0 comments on commit 83c4c30

Please sign in to comment.