Browse Source

Merge pull request #1276 from ChristianLempa/renovate/actions-checkout-5.x

chore(deps): update actions/checkout action to v5
Christian Lempa 7 months ago
parent
commit
5a5757dc61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yaml

+ 1 - 1
.github/workflows/release.yaml

@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           fetch-depth: 0