diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7bd738d..161ec15 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -19,7 +19,7 @@ jobs: run: pipx install poetry - name: Setup Python id: setup-python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' cache: poetry @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Poetry run: pipx install poetry - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "${{ matrix.python }}" cache: poetry @@ -83,7 +83,7 @@ jobs: - name: Install Poetry run: pipx install poetry - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' cache: poetry diff --git a/.github/workflows/towncrier.yml b/.github/workflows/towncrier.yml index 6580fb1..6634c4f 100644 --- a/.github/workflows/towncrier.yml +++ b/.github/workflows/towncrier.yml @@ -28,7 +28,7 @@ jobs: run: pipx install poetry - name: Setup Python id: setup-python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' cache: poetry