diff --git a/.github/workflows/cd-python.yaml b/.github/workflows/cd-python.yaml index b9620dc..5d18213 100644 --- a/.github/workflows/cd-python.yaml +++ b/.github/workflows/cd-python.yaml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Determine and set version @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Determine and set version @@ -118,7 +118,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x architecture: ${{ matrix.platform.target }} @@ -155,7 +155,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Determine and set version @@ -184,7 +184,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Determine and set version diff --git a/.github/workflows/cd-r.yaml b/.github/workflows/cd-r.yaml index 31b69d5..56d0cb0 100644 --- a/.github/workflows/cd-r.yaml +++ b/.github/workflows/cd-r.yaml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' - name: Determine Version @@ -77,7 +77,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' - name: Determine Version @@ -120,7 +120,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' - name: Determine Version