Skip to content

Commit

Permalink
Update GitHub Actions checkout and setup-python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickjansen committed May 6, 2024
1 parent 46832c4 commit 4f56e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-cover-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
xcl: ['omit', 'install']
name: "Python ${{ matrix.python-version }}"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Python.
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit 4f56e58

Please sign in to comment.