Skip to content

Commit

Permalink
Bump GitHub Actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
KOliver94 committed Apr 8, 2023
1 parent b1e7067 commit ffe6d7d
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
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.9'
cache: pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -33,10 +33,10 @@ jobs:
PYTHONUNBUFFERED: 1

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand Down

0 comments on commit ffe6d7d

Please sign in to comment.