diff --git a/.github/workflows/pyopendds.yml b/.github/workflows/pyopendds.yml index 1c004be..7e3b86d 100644 --- a/.github/workflows/pyopendds.yml +++ b/.github/workflows/pyopendds.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }}