From: Oleg Broytman Date: Tue, 2 Jan 2024 01:31:35 +0000 (+0300) Subject: Build(GHActions): Use `checkout@v4` instead of outdated `v2` X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=HEAD Build(GHActions): Use `checkout@v4` instead of outdated `v2` --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 4ef1f82..d9a0e77 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -17,7 +17,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