Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent cc7f5b2 commit 415f750
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.0.0
uses: actions/checkout@v4.1.0
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.0.0
uses: actions/checkout@v4.1.0
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.0.0
uses: actions/checkout@v4.1.0
with:
path: UmatiDashboardOpcUaClient
submodules: recursive
Expand Down

0 comments on commit 415f750

Please sign in to comment.