diff --git a/.github/workflows/blueprint.yml b/.github/workflows/blueprint.yml index 234462c..8fd0c9f 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@v5 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..45e85f6 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@v5 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..deae0d3 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@v5 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..b5f3814 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@v5 - name: Update project uses: Seasawher/lean-update@main with: