From f0a71c8a4f5485d0827e4d61530a5f643c765a79 Mon Sep 17 00:00:00 2001 From: Ignacio Sanchez Gines <863613+drhelius@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:09:54 +0100 Subject: [PATCH] Update gearcoleco.yml --- .github/workflows/gearcoleco.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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