Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.jetbrains.intellij-1…
Browse files Browse the repository at this point in the history
….8.0
  • Loading branch information
koxudaxi authored Aug 8, 2022
2 parents 053ce8e + a50589d commit 7d87113
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@v2022.1.1
uses: JetBrains/qodana-action@v2022.2.1

# Prepare plugin archive content for creating artifact
- name: Prepare Plugin Artifact
Expand All @@ -128,7 +128,7 @@ jobs:
path: ./build/distributions/content/*/*

- name: Setup Python
uses: actions/setup-python@v4.1.0
uses: actions/setup-python@v4.2.0
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4.1.0
uses: actions/setup-python@v4.2.0
with:
python-version: '3.10'
architecture: 'x64'
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## [Unreleased]
### Features

## [0.3.13]
### Features
- Support IntelliJ IDEA 2022.2.2 [[#517](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/517)]

## 0.3.12
Expand Down

0 comments on commit 7d87113

Please sign in to comment.