From 415f750af2c40f4b834b759c99f1c4b168f89acd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:32:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.0 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8f2b689..12647cd3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: CMAKE_INSTALL_PREFIX: ${{ github.workspace }}/install steps: - name: Checkout Code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: path: UmatiDashboardOpcUaClient submodules: recursive @@ -75,7 +75,7 @@ jobs: CMAKE_INSTALL_PREFIX: ${{ github.workspace }}/install steps: - name: Checkout Code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: path: UmatiDashboardOpcUaClient submodules: recursive @@ -119,7 +119,7 @@ jobs: IS_NOT_PR: ${{ !github.head_ref && true }} steps: - name: Checkout Code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: path: UmatiDashboardOpcUaClient submodules: recursive