diff --git a/.github/workflows/gearcoleco.yml b/.github/workflows/gearcoleco.yml index 08a1820..80021cc 100644 --- a/.github/workflows/gearcoleco.yml +++ b/.github/workflows/gearcoleco.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@4 with: fetch-depth: 0 - name: Update OS @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: make @@ -38,7 +38,7 @@ jobs: runs-on: macOS-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install dependencies @@ -56,7 +56,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Add msbuild to PATH