diff --git a/.github/workflows/axiom_unicornops_apply.yml b/.github/workflows/axiom_unicornops_apply.yml index bddf978..87659b2 100644 --- a/.github/workflows/axiom_unicornops_apply.yml +++ b/.github/workflows/axiom_unicornops_apply.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/axiom_unicornops_plan.yml b/.github/workflows/axiom_unicornops_plan.yml index 4979d99..e322784 100644 --- a/.github/workflows/axiom_unicornops_plan.yml +++ b/.github/workflows/axiom_unicornops_plan.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/cloudflare_unicornops_apply.yml b/.github/workflows/cloudflare_unicornops_apply.yml index 8301510..e082fbd 100644 --- a/.github/workflows/cloudflare_unicornops_apply.yml +++ b/.github/workflows/cloudflare_unicornops_apply.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/cloudflare_unicornops_plan.yml b/.github/workflows/cloudflare_unicornops_plan.yml index 8edb095..b8d2580 100644 --- a/.github/workflows/cloudflare_unicornops_plan.yml +++ b/.github/workflows/cloudflare_unicornops_plan.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fefd22b..582cac5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Check for conventional commits diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b849de7..97d8c5d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest name: check conventional commit compliance steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # pick the pr HEAD instead of the merge commit diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 796edb0..64a4fac 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest name: check conventional commit compliance steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/terragrunt_apply.yml b/.github/workflows/terragrunt_apply.yml index 6e412d3..15f3c08 100644 --- a/.github/workflows/terragrunt_apply.yml +++ b/.github/workflows/terragrunt_apply.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/terragrunt_plan.yml b/.github/workflows/terragrunt_plan.yml index 131659d..08e728a 100644 --- a/.github/workflows/terragrunt_plan.yml +++ b/.github/workflows/terragrunt_plan.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/test_rustfs.yml b/.github/workflows/test_rustfs.yml index 88fa6fe..40ace0e 100644 --- a/.github/workflows/test_rustfs.yml +++ b/.github/workflows/test_rustfs.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0