Skip to content

Commit 46ef3ff

Browse files
authored
bump to 2025.2.0 (#338)
1 parent 68a8a6c commit 46ef3ff

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/actions/build-vsix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
python-version: '3.9'
2323

2424
- name: Pip cache
25-
uses: actions/cache@v2
25+
uses: actions/cache@v3
2626
with:
2727
path: ~/.cache/pip
2828
key: ${{ runner.os }}-pip-build-vsix-${{ hashFiles('**/requirements.txt') }}

.github/actions/lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
python-version: '3.x'
3434

3535
- name: Pip cache
36-
uses: actions/cache@v2
36+
uses: actions/cache@v3
3737
with:
3838
path: ~/.cache/pip
3939
key: ${{ runner.os }}-pip-lint-${{ hashFiles('**/requirements.txt') }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flake8",
33
"displayName": "Flake8",
44
"description": "%extension.description%",
5-
"version": "2025.1.0-dev",
5+
"version": "2025.2.0",
66
"preview": true,
77
"serverInfo": {
88
"name": "Flake8",

0 commit comments

Comments
 (0)