diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 059b7c1..c3a8bb7 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.6.0 + uses: actions/setup-python@v4.7.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index b5f9ece..acc44fc 100644 --- a/.github/workflows/python-deploy.yml +++ b/.github/workflows/python-deploy.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v4.6.0 + uses: actions/setup-python@v4.7.0 with: python-version: '3.10'