branch: externals/bicep-ts-mode
commit 2be5f3a00af192c6865ab1921f3da864a57bb1b2
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Commit: GitHub <[email protected]>

    Update actions/checkout action to v6
---
 .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 effdfa6886..08a9122b40 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
           - 30.1
           - snapshot
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
       with:
         node-version: '22'
     - uses: actions/setup-python@v6

Reply via email to