diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 435232d..d0600a6 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@v4 + uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.6.0 diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index 11a0b22..978e914 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@v4 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v5.6.0