branch: externals/bicep-ts-mode commit 06eafa5db49f9a2031671274118ab75c44ea89e8 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update actions/checkout action to v5 --- .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 013d46770a..f57699a33f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - 30.1 - snapshot steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: node-version: '22' - uses: actions/setup-python@v5