diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 2769240..16858a2 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -27,7 +27,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -58,7 +58,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -95,7 +95,7 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -163,7 +163,7 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f80f490..cd65062 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -55,7 +55,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -92,7 +92,7 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -152,7 +152,7 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -198,7 +198,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 name: Clone repository - name: Set up Python ${{ matrix.python_version }} @@ -220,7 +220,7 @@ jobs: twine check dist/* - name: Attest 📦 - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: "dist/*"