Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.1 (#637)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 42e4097 commit 93b0eca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
CMAKE_INSTALL_PREFIX: ${{ github.workspace }}/install
steps:
- name: Checkout Code
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
path: UmatiDashboardOpcUaClient
submodules: recursive
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
CMAKE_INSTALL_PREFIX: ${{ github.workspace }}/install
steps:
- name: Checkout Code
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
path: UmatiDashboardOpcUaClient
submodules: recursive
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
IS_NOT_PR: ${{ !github.head_ref && true }}
steps:
- name: Checkout Code
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
path: UmatiDashboardOpcUaClient
submodules: recursive
Expand Down

0 comments on commit 93b0eca

Please sign in to comment.