diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 8f7d9c22..e43f2eed 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.2.0 - name: Setup .NET Core uses: actions/setup-dotnet@v2 @@ -43,7 +43,7 @@ jobs: runs-on: ${{ matrix.config.os }} steps: - name: Checkout code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # Required for GitVersion @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # Required for GitVersion @@ -113,7 +113,7 @@ jobs: if: github.event_name == 'push' || startsWith(github.ref, 'refs/tags/') steps: - name: Checkout code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # Required for GitVersion diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index c4d34267..66869ed0 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.2.0 with: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} fetch-depth: 0 # Required for GitVersion