diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7413818..292e605 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: python-version: ["3.9", "3.10"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: freud-examples # Important! All steps that use the conda environment should define "shell: bash -l {0}". @@ -51,7 +51,7 @@ jobs: # Install testing requirements mamba install pytest nbval # Build freud from source to test the examples on the latest version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: freud repository: glotzerlab/freud