branch: externals/bicep-ts-mode commit 87ef5c1d64f4479cf6a3cd98db4d5b0a554984bd Merge: e705bddf55 ac8d5970f8 Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: GitHub <nore...@github.com>
Merge pull request #5 from josteink/renovate/actions-checkout-4.x 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