Browse Source

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

chore(deps): update actions/checkout action to v5
Christian Lempa 7 tháng trước cách đây
mục cha
commit
5a5757dc61
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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