Skip to content

Commit

Permalink
Merge pull request #1 from arkinmodi/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4
  • Loading branch information
arkinmodi authored Oct 2, 2023
2 parents b063aa9 + d5c51ff commit e1c388d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🐍 Setup Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env: ['py38', 'py39', 'py310', 'py311']
steps:
- name: 🛎 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🐍 Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit e1c388d

Please sign in to comment.