Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group with 7 updates #723

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-statuses-of-forked-sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python ./audit-forked-sites/check_status.py

- name: Create a pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update FORKED_SITES.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/data-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: 'python ../../generate_datajson/csv2json.py patients'
working-directory: dist/data
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/patients.json
Expand All @@ -52,7 +52,7 @@ jobs:
run: 'python ../../generate_datajson/csv2json_test_people.py'
working-directory: dist/data
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/test_people.json
Expand All @@ -79,7 +79,7 @@ jobs:
run: 'python ../../generate_datajson/csv2json.py mutant_test_people'
working-directory: dist/data
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/mutant_test_people.json
Expand All @@ -106,7 +106,7 @@ jobs:
run: 'python ../../generate_datajson/csv2json.py call_center'
working-directory: dist/data
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/call_center.json
Expand All @@ -133,7 +133,7 @@ jobs:
run: 'python ../../generate_datajson/csv2json.py positive_number'
working-directory: dist/data
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/positive_number.json
Expand All @@ -153,7 +153,7 @@ jobs:
env:
DATA_UPDATE_URL: ${{ secrets.DATA_UPDATE_URL }}
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/mutant_positive.json
Expand All @@ -180,7 +180,7 @@ jobs:
run: 'python ../../generate_datajson/csv2json.py recovered_number'
working-directory: dist/data
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/recovered_number.json
Expand All @@ -207,7 +207,7 @@ jobs:
run: 'python ../../generate_datajson/csv2json.py death_number'
working-directory: dist/data
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/death_number.json
Expand All @@ -227,7 +227,7 @@ jobs:
env:
DATA_UPDATE_URL: ${{ secrets.DATA_UPDATE_URL }}
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/inspections_summary.json
Expand All @@ -247,7 +247,7 @@ jobs:
env:
DATA_UPDATE_URL: ${{ secrets.DATA_UPDATE_URL }}
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/main_summary.json
Expand All @@ -267,7 +267,7 @@ jobs:
env:
DATA_UPDATE_URL: ${{ secrets.DATA_UPDATE_URL }}
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/corona_next.json
Expand All @@ -287,7 +287,7 @@ jobs:
env:
DATA_UPDATE_URL: ${{ secrets.DATA_UPDATE_URL }}
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/news.json
Expand All @@ -307,7 +307,7 @@ jobs:
env:
DATA_UPDATE_URL: ${{ secrets.DATA_UPDATE_URL }}
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/last_update.json
Expand All @@ -330,7 +330,7 @@ jobs:
run: 'python ../../generate_datajson/csv2json.py otherpref'
working-directory: dist/data
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/otherpref.json
Expand All @@ -351,7 +351,7 @@ jobs:
run: 'python ../../generate_datajson/vaccine_data.py'
working-directory: dist/data
- name: Save
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: opendata_artifact
path: dist/data/vaccine_data.json
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
pip install -r requirements.txt
working-directory: generate_datajson
- name: Restore
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: dist/data
- name: Move restored files
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: python i18n_generator.py
working-directory: auto-i18n
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update assets/locales/ja.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-compress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: |
github.event_name != 'pull_request' &&
steps.calibre.outputs.markdown != ''
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Auto Compress Images
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading