diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cbfc37..bb92982 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fd7859..aba7032 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: contents: write steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -108,7 +108,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: v${{ inputs.version }} fetch-depth: 0 @@ -133,7 +133,7 @@ jobs: contents: write steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: v${{ inputs.version }} fetch-depth: 0