Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/semantic-release-24.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 28, 2024
2 parents 950239b + 488887d commit 44fc9f7
Show file tree
Hide file tree
Showing 15 changed files with 1,375,237 additions and 1,373,995 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Fetch and confirm dependabot metadata
id: dependabot-metadata
uses: dependabot/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Approve a PR if not already approved
run: |
gh pr checkout "$PR_URL" # sets the upstream metadata for `gh pr status`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr-title-body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Use LTS Node.js
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
Editable: github.event_name == 'pull_request_target' || github.event_name == 'workflow_dispatch'

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
- uses: actions/[email protected].1
- uses: actions/[email protected].2
if: github.event_name == 'pull_request_target'
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/update-dicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
update-dicts:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
node-version: lts/*
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ consistently version releases as follows:
- Minor: New user visible feature added. (contains feat commits)
- Patch: Bug fix to previous feature. (contains only fix commits)

## [3.0.8](https://github.com/melink14/rikaikun/compare/v3.0.7...v3.0.8) (2024-10-28)

### Bug Fixes

- **dict:** Update dictionaries to latest versions ([#2258](https://github.com/melink14/rikaikun/issues/2258)) ([1269ae3](https://github.com/melink14/rikaikun/commit/1269ae3c552f5f31a0dc932bf18466a19a1261d5))

## [3.0.7](https://github.com/melink14/rikaikun/compare/v3.0.6...v3.0.7) (2024-10-14)

### Bug Fixes
Expand Down
2,657 changes: 1,650 additions & 1,007 deletions extension/data/dict.dat

Large diffs are not rendered by default.

Loading

0 comments on commit 44fc9f7

Please sign in to comment.