Skip to content

Commit

Permalink
Merge pull request #19 from lpoaura/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
lpofredc committed May 13, 2024
2 parents 8f82e1b + 2d8df8a commit 0698b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint-models:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v2"
with:
python-version: "3.8"
Expand Down

0 comments on commit 0698b6c

Please sign in to comment.