diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e810de2..29b6f61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build docker container run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb40b4f..0a56360 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build docker container run: | diff --git a/.github/workflows/renovate_release.yml b/.github/workflows/renovate_release.yml index 4766cdf..adeb7cd 100644 --- a/.github/workflows/renovate_release.yml +++ b/.github/workflows/renovate_release.yml @@ -19,7 +19,7 @@ jobs: }); return release.data.tag_name; - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true