diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index abe45b0e..92206afd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -124,7 +124,7 @@ jobs: #-------- Setup of work environment - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # fetch-depth 0 checks out all history for all branches and tags. # This is needed to get the authors from git. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55ee2761..10e2cf36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -152,7 +152,7 @@ jobs: console.log(result) return result - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Check commit messages - Signed-off-by