diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 9fd6852..4057b02 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Use Python uses: actions/setup-python@v6 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee703df..25bebf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: '0' token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}