diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index 9aa25f4..84a3cd0 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -12,7 +12,7 @@ jobs: name: "Bump version and create changelog with commitizen" steps: - name: Check out - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}' diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index bd4fba4..4019f15 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -84,7 +84,7 @@ jobs: python-version: ['3.10', '3.11', '3.12', "3.13"] # No exclusions needed as we only support Windows steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} @@ -126,7 +126,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Download all artifacts