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