diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3491d9d..10d7a24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Skip duplicates and docs id: skip diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 359f723..baf33e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: fi - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.CI_TOKEN }}