diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f293a84f..50402309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,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: "3.10" cache: pip @@ -32,7 +32,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: "3.10" cache: pip @@ -53,7 +53,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: "3.10" cache: pip