diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index a208cbd..38828d9 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -23,7 +23,7 @@ jobs: with: submodules: true - name: Set up Python ${{ matrix.python_version }} - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ matrix.python_version }} - name: Install dependencies @@ -56,7 +56,7 @@ jobs: with: submodules: true - name: Set up Python ${{ matrix.python_version }} - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ matrix.python_version }} - name: Install dependencies