Merge pull request #32 from cbcoutinho/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
Chris Coutinho
2025-05-25 00:36:44 +02:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
packages: write
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
token: "${{ secrets.GITHUB_TOKEN }}"