diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69ddb0c..a64f026 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python environment - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.9" - name: Runs pre-commit hooks diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2eaddd1..a3ebded 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - run: git fetch --tags - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9