Skip to content

Commit

Permalink
Merge pull request #110 from QUARK-framework/adjustLinting
Browse files Browse the repository at this point in the history
Update setup-python and checkout
  • Loading branch information
Marvmann authored Mar 4, 2024
2 parents 012d891 + 1a5545c commit 7e46b0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
shell: bash -el {0}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9.16'
token: ${{ secrets.QUARK_GH_GITHUB_COM_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
shell: bash -el {0}
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9.16'
cache: 'pip' # caching pip dependencies
Expand Down

0 comments on commit 7e46b0a

Please sign in to comment.