branch: externals/bicep-ts-mode commit ac8d5970f8bd377beb30a08ca5fc7d660e09a326 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update actions/checkout action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb4ceae9dd..15f1becbde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - 30.1 - snapshot steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: node-version: '22' - uses: actions/setup-python@v2