diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4db41fc96..701177faf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Prepare repository run: git fetch --unshallow --tags diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be17e5e51..0ab4b7bb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: # The list of steps that the action will go through steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Prepare repository run: git fetch --unshallow --tags