Skip to content

Commit

Permalink
Bump ASTGrep service version
Browse files Browse the repository at this point in the history
  • Loading branch information
kam193 committed Dec 16, 2024
1 parent 20fb84f commit b0476f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install Python 3.11 as in the container
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b #v5.3.0
with:
python-version: '3.11'
python-version: "3.11"

- name: Install test dependencies
if: steps.check-service-changed.outputs.exit-code != 0
Expand Down Expand Up @@ -149,4 +149,4 @@ jobs:
bodyFile: release_body.md
makeLatest: true
tag: release-${{ env.CURRENT_DATE }}
generateReleaseNotes: true
generateReleaseNotes: true
2 changes: 1 addition & 1 deletion ASTGrep/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
29
30

0 comments on commit b0476f8

Please sign in to comment.