Skip to content

Commit

Permalink
Merge pull request OpenDDS#4309 from OpenDDS/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
jrw972 authored Oct 16, 2023
2 parents 3134be6 + 73980f3 commit 75fd273
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12676,17 +12676,17 @@ jobs:

steps:
- name: Checkout OpenDDS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: OpenDDS
submodules: true
- name: Checkout MPC
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/MPC
path: MPC
- name: Checkout ACE/TAO
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/ACE_TAO
path: OpenDDS/build/ACE_TAO
Expand Down Expand Up @@ -12720,17 +12720,17 @@ jobs:

steps:
- name: Checkout OpenDDS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: OpenDDS
submodules: true
- name: Checkout MPC
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/MPC
path: MPC
- name: Checkout ACE/TAO
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/ACE_TAO
path: OpenDDS/build/ACE_TAO
Expand Down Expand Up @@ -12761,17 +12761,17 @@ jobs:

steps:
- name: Checkout OpenDDS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: OpenDDS
submodules: true
- name: Checkout MPC
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/MPC
path: MPC
- name: Checkout ACE/TAO
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/ACE_TAO
path: OpenDDS/build/ACE_TAO
Expand Down Expand Up @@ -12810,7 +12810,7 @@ jobs:

steps:
- name: Checkout OpenDDS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: OpenDDS
submodules: true
Expand All @@ -12820,12 +12820,12 @@ jobs:
ndk-version: r25c
add-to-path: false
- name: Checkout MPC
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/MPC
path: MPC
- name: Checkout ACE/TAO
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/ACE_TAO
path: OpenDDS/build/ACE_TAO
Expand Down Expand Up @@ -12875,17 +12875,17 @@ jobs:
vcpkgGitCommitId: f6a5d4e8eb7476b8d7fc12a56dff300c1c986131
runVcpkgInstall: true
- name: Checkout OpenDDS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: OpenDDS
submodules: true
- name: Checkout MPC
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/MPC
path: MPC
- name: Checkout ACE_TAO
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/ACE_TAO
ref: ace6tao2
Expand Down Expand Up @@ -12932,17 +12932,17 @@ jobs:

steps:
- name: Checkout OpenDDS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: OpenDDS
submodules: true
- name: Checkout MPC
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/MPC
path: MPC
- name: Checkout ACE/TAO
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/ACE_TAO
path: OpenDDS/build/ACE_TAO
Expand Down

0 comments on commit 75fd273

Please sign in to comment.