-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `5` | `6` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.0.1` | `4.0.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `4` | | [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) | `3.9.3` | `4.0.0` | | [reviewdog/action-eslint](https://github.com/reviewdog/action-eslint) | `1.20` | `1.23` | | [reviewdog/action-stylelint](https://github.com/reviewdog/action-stylelint) | `1.18` | `1.22` | Updates `peter-evans/create-pull-request` from 5 to 6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v5...v6) Updates `actions/setup-node` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.1...v4.0.2) Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) Updates `peaceiris/actions-gh-pages` from 3.9.3 to 4.0.0 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3.9.3...v4.0.0) Updates `reviewdog/action-eslint` from 1.20 to 1.23 - [Release notes](https://github.com/reviewdog/action-eslint/releases) - [Commits](reviewdog/action-eslint@v1.20...v1.23) Updates `reviewdog/action-stylelint` from 1.18 to 1.22 - [Release notes](https://github.com/reviewdog/action-stylelint/releases) - [Commits](reviewdog/action-stylelint@v1.18...v1.22) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: reviewdog/action-eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: reviewdog/action-stylelint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
d4dbe53
commit 27cb8b8
Showing
8 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ./.node-version | ||
cache: 'yarn' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ./.node-version | ||
cache: 'yarn' | ||
|
@@ -27,7 +27,7 @@ jobs: | |
- name: Generate for dev | ||
run: yarn run generate:dev | ||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3.9.3 | ||
uses: peaceiris/actions-gh-pages@v4.0.0 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./dist | ||
|
@@ -53,7 +53,7 @@ jobs: | |
- name: Take screenshot | ||
run: (python -m http.server --directory ./ 8000 &) ; python ./ui-test/ogp_screenshot.py | ||
- name: Upload screenshot | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: ogp | ||
path: ogp | ||
|
@@ -66,7 +66,7 @@ jobs: | |
with: | ||
ref: dev-deploy | ||
- name: Download ogp images | ||
uses: actions/download-artifact@v3 | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: ogp | ||
path: ogp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
with: | ||
ref: production | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ./.node-version | ||
cache: 'yarn' | ||
|
@@ -28,7 +28,7 @@ jobs: | |
- name: Generate | ||
run: yarn run generate:deploy | ||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3.9.3 | ||
uses: peaceiris/actions-gh-pages@v4.0.0 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./dist | ||
|
@@ -60,7 +60,7 @@ jobs: | |
- name: Take screenshot | ||
run: (python -m http.server --directory ./ 8000 &) ; python ./ui-test/ogp_screenshot.py | ||
- name: Upload screenshot | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: ogp | ||
path: ogp | ||
|
@@ -73,7 +73,7 @@ jobs: | |
with: | ||
ref: prod-deploy | ||
- name: Download ogp images | ||
uses: actions/download-artifact@v3 | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: ogp | ||
path: ogp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,14 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ./.node-version | ||
cache: 'yarn' | ||
- name: Yarn install | ||
run: yarn install --frozen-lockfile --prefer-offline | ||
- name: eslint review | ||
uses: reviewdog/action-eslint@v1.20 | ||
uses: reviewdog/action-eslint@v1.23 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
reporter: github-pr-check | ||
|
@@ -31,7 +31,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: stylelint review | ||
uses: reviewdog/action-stylelint@v1.18 | ||
uses: reviewdog/action-stylelint@v1.22 | ||
with: | ||
github_token: ${{ secrets.github_token }} | ||
reporter: github-pr-check | ||
|