]> git.phdru.name Git - m_librarian.git/commitdiff
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
authorOleg Broytman <phd@phdru.name>
Tue, 2 Jan 2024 01:43:01 +0000 (04:43 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 2 Jan 2024 01:43:01 +0000 (04:43 +0300)
.github/workflows/run-tests.yaml

index e5e1d5576c57455f9ed1737d096c3269f08901fe..df8183ccad6f2ec04c155b03fb594b866f2f5ec1 100644 (file)
@@ -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