Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/actions/checkout-3.0.2' into main
  • Loading branch information
ml-evs committed May 4, 2022
2 parents 0a4641a + 8a453e2 commit 917de1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.2

- name: Set up Python
uses: actions/[email protected]
Expand All @@ -30,7 +30,7 @@ jobs:
name: Pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.2
- name: Set up Python 3.7
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 917de1e

Please sign in to comment.