Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 9, 2023
1 parent 56da019 commit 176920e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
python-version: ['3.9']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -39,7 +39,7 @@ jobs:
- '3.10'
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true # tests/resources/
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 176920e

Please sign in to comment.