Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2022
1 parent 94a194b commit 54f2748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
pylama:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand All @@ -16,7 +16,7 @@ jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
needs: [pylama, black]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
lfs: 'true'
- uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 54f2748

Please sign in to comment.