diff --git a/.github/workflows/gitlint.yml b/.github/workflows/gitlint.yml index 1403f0c..2e763a7 100644 --- a/.github/workflows/gitlint.yml +++ b/.github/workflows/gitlint.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Run Gitlint Action diff --git a/.github/workflows/sync-template.yml b/.github/workflows/sync-template.yml index a9efa3d..d3dd751 100644 --- a/.github/workflows/sync-template.yml +++ b/.github/workflows/sync-template.yml @@ -26,7 +26,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} persist-credentials: false # needed see #557 and #627