diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0732e6f..e0319a7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-tags: true ref: main @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-tags: true ref: main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eba97ee..5fc83bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Docker BuildX id: setup-buildx diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index 9189e35..ae9f724 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-tags: true fetch-depth: 0