diff options
| author | Jostein Kjønigsen <jostein@kjonigsen.net> | 2025-11-21 07:02:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 07:02:44 +0100 |
| commit | b8ad2a7896bc3f3734e995bd1c4e708db0ead239 (patch) | |
| tree | 6431d5898c5db779d5b091ed6b4feffefd7d22ab | |
| parent | 869cd116bf246db7dc416fb918b1bc28c345371f (diff) | |
| parent | 2be5f3a00af192c6865ab1921f3da864a57bb1b2 (diff) | |
Merge pull request #11 from josteink/renovate/actions-checkout-6.xexternals/bicep-ts-mode
Update actions/checkout action to v6
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index effdfa6..08a9122 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 |
