diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index d36e5be..f43b356 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.7.0 diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index e990795..9c9cdab 100644 --- a/.github/workflows/python-deploy.yml +++ b/.github/workflows/python-deploy.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4.7.0