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

index 0f05ef966657983d72e38386f6f8162eac77f370..4244526b1b397a32728093e5c0fe58143363c373 100644 (file)
@@ -25,7 +25,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