Skip to content

Commit

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

⬆ Bump actions/checkout from 2 to 4
  • Loading branch information
AtticusZeller authored Jan 12, 2024
2 parents 0bc92d4 + f2d6175 commit 18709da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: [ "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -35,7 +35,7 @@ jobs:
needs: test
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event.pull_request.merged == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.ATTICUS_PAT }}
Expand Down

0 comments on commit 18709da

Please sign in to comment.