Skip to content

Commit

Permalink
Merge pull request #508 from p1nkun1c0rns/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

chore(tooling): bump actions/checkout from 3 to 4
  • Loading branch information
steinbrueckri authored Sep 11, 2023
2 parents b3630a8 + 9a4ef22 commit e29814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit e29814d

Please sign in to comment.