From 0d14af27034d9cb74b04a49048be8a53b320c586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:38:11 +0000 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0dbba9d..937c098 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: python-version: ["3.9", "3.10"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.4 with: path: freud-examples # Important! All steps that use the conda environment should define "shell: bash -l {0}". @@ -52,7 +52,7 @@ jobs: # Install testing requirements mamba install pytest nbval # Build freud from source to test the examples on the latest version - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.4 with: path: freud ref: main