diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index bc1ceade..01f48864 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -11,7 +11,7 @@ jobs: if: ${{ !startsWith(github.ref, 'refs/tags') }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: if: ${{ !startsWith(github.ref, 'refs/tags') }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -53,7 +53,7 @@ jobs: if: ${{ !startsWith(github.ref, 'refs/tags') }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest if: ${{ !startsWith(github.ref, 'refs/tags') }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: articulate/actions-markdownlint@v1.1.0 @@ -90,7 +90,7 @@ jobs: if: ${{ !startsWith(github.ref, 'refs/tags') }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -111,7 +111,7 @@ jobs: if: ${{ !startsWith(github.ref, 'refs/tags') }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Super-Linter diff --git a/.github/workflows/python-publish.yaml b/.github/workflows/python-publish.yaml index c4e17e65..99030574 100644 --- a/.github/workflows/python-publish.yaml +++ b/.github/workflows/python-publish.yaml @@ -19,7 +19,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # with: # fetch-depth: 0 - name: Set up Python diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9642f675..1506c572 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Get source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 @@ -119,7 +119,7 @@ jobs: steps: - name: Get source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 @@ -171,7 +171,7 @@ jobs: - e2e steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0