Skip to content

Commit

Permalink
Merge pull request #4 from Atticuszz/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

⬆ Bump actions/checkout from 2 to 4
  • Loading branch information
AtticusZeller authored Jan 10, 2024
2 parents d31480b + c4dbf9b commit b768155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Clone Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit b768155

Please sign in to comment.