diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7f39ce..510791c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: "📥 Check-out" uses: actions/checkout@v3 - name: "🧰 Install Python" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} cache: pip @@ -65,7 +65,7 @@ jobs: - name: "📥 Check-out" uses: actions/checkout@v3 - name: "🧰 Install Python" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} cache: pip @@ -89,7 +89,7 @@ jobs: - name: "📥 Check-out" uses: actions/checkout@v3 - name: "🧰 Install Python" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} cache: pip @@ -116,7 +116,7 @@ jobs: - name: "📥 Check-out" uses: actions/checkout@v3 - name: "🧰 Install Python" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} cache: pip @@ -146,7 +146,7 @@ jobs: - name: "📥 Check-out" uses: actions/checkout@v3 - name: "🧰 Install Python" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} cache: pip @@ -179,7 +179,7 @@ jobs: - name: "📥 Check-out" uses: actions/checkout@v3 - name: "🧰 Install Python" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} cache: pip