diff --git a/.github/workflows/host_release.yml b/.github/workflows/host_release.yml index 88ccf84..165631c 100644 --- a/.github/workflows/host_release.yml +++ b/.github/workflows/host_release.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/semantic-release/action.yml b/semantic-release/action.yml index 6736869..de6edb6 100644 --- a/semantic-release/action.yml +++ b/semantic-release/action.yml @@ -19,7 +19,7 @@ runs: using: composite steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Fetch all history and tags for calculating next semantic version fetch-depth: 0