From: Oleg Broytman Date: Tue, 2 Jan 2024 01:43:01 +0000 (+0300) Subject: Build(GHActions): Use `checkout@v4` instead of outdated `v2` X-Git-Tag: 0.3.0~14 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=f2675286df9c6e6fa7e7945322a6abc75e78f868 Build(GHActions): Use `checkout@v4` instead of outdated `v2` --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index e5e1d55..df8183c 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -28,7 +28,7 @@ jobs: steps: # Setup Python/pip - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: s-weigand/setup-conda@v1 with: conda-channels: conda-forge