From db2bac3f5449f6a86a950072ed09b893a895fd71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:25:28 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6bfe07ed..31adeec8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: matrix: os: [ ubuntu-18.04, ubuntu-20.04 ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: "Update dependencies" run: sudo apt-get update - name: "Install dependencies" @@ -26,7 +26,7 @@ jobs: matrix: os: [ macos-10.15, macos-11 ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: "Install dependencies" run: brew tap robotology/formulae && brew install qt5 protobuf robotology/formulae/ode - name: "Build" @@ -37,7 +37,7 @@ jobs: build-windows: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: make build directory run: mkdir '${{ github.workspace }}/build/'