From: Oleg Broytman Date: Tue, 2 Jan 2024 01:14:49 +0000 (+0300) Subject: Build(GHActions): Use `checkout@v4` instead of outdated `v2` X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain Build(GHActions): Use `checkout@v4` instead of outdated `v2` --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 4ebb36d..25c08a0 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -36,7 +36,7 @@ jobs: if: ${{ runner.os == 'Windows' }} # Setup Python/pip - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: s-weigand/setup-conda@v1 with: conda-channels: conda-forge