From 8941de8100300703f77fdf10035e1f144e5348dd Mon Sep 17 00:00:00 2001 From: null Date: Fri, 19 Jun 2026 03:06:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/main.yml | 8 ++++---- .github/workflows/releases.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 678d4da..36de5c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: Dirty: runs-on: "formance-runner" steps: - - uses: 'actions/checkout@v6' + - uses: 'actions/checkout@v7' with: fetch-depth: 0 - name: Setup Env @@ -53,7 +53,7 @@ jobs: needs: - Dirty steps: - - uses: 'actions/checkout@v6' + - uses: 'actions/checkout@v7' with: fetch-depth: 0 - name: Setup Env @@ -70,7 +70,7 @@ jobs: needs: - Dirty steps: - - uses: 'actions/checkout@v6' + - uses: 'actions/checkout@v7' with: fetch-depth: 0 - name: Setup Env @@ -94,7 +94,7 @@ jobs: - GoReleaser - Tests steps: - - uses: 'actions/checkout@v6' + - uses: 'actions/checkout@v7' with: fetch-depth: 0 - name: Setup Env diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 5c86e6d..ee4ba4b 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -10,7 +10,7 @@ jobs: GoReleaser: runs-on: "formance-runner" steps: - - uses: 'actions/checkout@v6' + - uses: 'actions/checkout@v7' with: fetch-depth: 0 - name: Setup Env