diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef59f65..0554ad5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Setup steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check Dockerfile for HEALTHCHECK run: | @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Push uses: netwatching/action.docker.push@v2.2.0 diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index b1d59ba..b1814b2 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -8,7 +8,7 @@ jobs: name: Commitlint steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0