diff --git a/.github/workflows/check-notebooks.yml b/.github/workflows/check-notebooks.yml index 64e357c..53f4e98 100644 --- a/.github/workflows/check-notebooks.yml +++ b/.github/workflows/check-notebooks.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Pre-commit run: pip3 install pre-commit && pre-commit run --all-files diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 408ed74..3464e75 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU uses: docker/setup-qemu-action@v3