diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5800cd2ef..e04b408a4 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@v6.0.3 - name: Setup .NET 8 uses: actions/setup-dotnet@v5 @@ -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@v6.0.3 - 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@v6.0.3 - name: Setup .NET 8 uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bda63dc25..5152b5c5e 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@v6.0.3 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22f9bed6a..5f837e4ca 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@v6.0.3 with: fetch-depth: 0