diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d7088601b..f8c368e16 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Download sharpmake ${{ matrix.framework }} ${{ runner.os }}-release binaries uses: actions/download-artifact@v3 @@ -58,7 +58,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout the repo - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Generate samples matrix id: set-matrix @@ -79,7 +79,7 @@ jobs: matrix: ${{fromJSON(needs.generate_samples_matrix.outputs.matrix)}} steps: - name: Checkout the repo - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 # Setting a VS_VERSION_SUFFIX variable for use by steps that are using solutions specific to VS2019 or VS2022 - name: SetVSVersionSuffix-VS2019 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a64690efa..ecc7b882a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d31d39640..77af070be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: steps: - name: 'Checkout the repo' - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0