Skip to content

Commit

Permalink
Merge pull request #53 from GabrieleMessina/development
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
GabrieleMessina authored Mar 26, 2024
2 parents 1fe6c49 + 7b34576 commit 4c95eb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/vscode-marketplace-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
run:
working-directory: qutes-vscode
runs-on: ubuntu-latest
environment:
name: vscode-extension
url: https://marketplace.visualstudio.com/items?itemName=GabrieleMessina.qutes
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4c95eb8

Please sign in to comment.