diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e5e67d319..1c0c442ab 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.1 - name: Setup .NET 8 uses: actions/setup-dotnet@v6 @@ -63,7 +63,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout the repo - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.1 - name: Generate samples matrix id: set-matrix @@ -84,7 +84,7 @@ jobs: matrix: ${{fromJSON(needs.generate_samples_matrix.outputs.matrix)}} steps: - name: Checkout the repo - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.1 - name: Setup .NET 8 uses: actions/setup-dotnet@v6 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bce638fd..7b3667a1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22f9bed6a..13a54d5d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: steps: - name: 'Checkout the repo' - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0