diff --git a/.github/workflows/blueprint.yml b/.github/workflows/blueprint.yml index 234462c..a25d6be 100644 --- a/.github/workflows/blueprint.yml +++ b/.github/workflows/blueprint.yml @@ -23,7 +23,7 @@ jobs: name: Build project steps: - name: Checkout project - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for all branches and tags diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index bae8a5a..54ad7d7 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -36,7 +36,7 @@ jobs: name: Build project steps: - name: Checkout project - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for all branches and tags diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8c42ce2..5eb390f 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 2 # Fetch the last two commits for comparison diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 33497ea..8fcb80c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write # Grants permission to create or update pull requests steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Update project uses: Seasawher/lean-update@main with: