diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ac0169e..e5eb20a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-tags: true ref: main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da72e7c..dd922f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Docker BuildX id: setup-buildx diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 796267e..019d2bf 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index 6a1eb67..2267b3b 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@v5 with: fetch-tags: true