Skip to content

Commit

Permalink
fix: workflows are modified
Browse files Browse the repository at this point in the history
  • Loading branch information
msinamsina committed Feb 25, 2024
1 parent 874eb0e commit 8bcdb4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Code Quality Checks

on:
push:
branches
branches:
- "*"

jobs:
build:
Expand Down

0 comments on commit 8bcdb4b

Please sign in to comment.