1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-18 10:18:50 +00:00

chore(deps): update actions/checkout action to v6 (#6920)

Signed-off-by: milkmaker <milkmaker@mailcow.de>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-21 10:55:12 +01:00
committed by GitHub
parent 9832006141
commit 6f9ee2d151
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- "watchdog-mailcow"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup Docker
run: |
curl -sSL https://get.docker.com/ | CHANNEL=stable sudo sh