diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6505adb..32bccbf 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,7 +10,7 @@ jobs: - name: "Checkout repository" uses: "actions/checkout@v4.1.0" - name: "Set up python and pip cache" - uses: "actions/setup-python@v4.7.1" + uses: "actions/setup-python@v5.0.0" with: python-version: "3.11.4" cache: "pip"