Merge pull request #12 from readur/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
Jon Fuller 2025-06-22 21:37:51 -07:00 committed by GitHub
commit e8150e9623
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0