diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f8c368e16..23d5f6ecb 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.6.0 + uses: actions/checkout@v4.0.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.6.0 + uses: actions/checkout@v4.0.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.6.0 + uses: actions/checkout@v4.0.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 ecc7b882a..9072b102d 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.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf9e7aff0..4b3b28a77 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.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0