diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6722b7c..a6f2d34 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-python@v4.7.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44d7736..5d406b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: python-version: [ "3.8", "3.9", "3.10", "3.11" ] name: JIT compiled tests for Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4.7.0 name: Set up Python ${{ matrix.python-version }} @@ -55,7 +55,7 @@ jobs: python-version: [ "3.8", "3.9", "3.10", "3.11" ] name: Eager mode tests for Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4.7.0 name: Set up Python ${{ matrix.python-version }}