Skip to content

Commit

Permalink
chore: bump actions/checkout from 3.6.0 to 4.1.0 (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent a1bb878 commit c106f48
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 @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- name: Set up Python 3.11
uses: actions/setup-python@v4.7.0
with:
Expand All @@ -23,7 +23,7 @@ jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- name: Set up Python 3.11
uses: actions/setup-python@v4.7.0
with:
Expand Down

0 comments on commit c106f48

Please sign in to comment.