diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2edc6ff..3828e29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: 'Set Up node' uses: actions/setup-node@v6 with: @@ -52,22 +52,22 @@ jobs: runs-on: ${{ matrix.m.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: 'Checkout MPC' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: DOCGroup/MPC path: MPC fetch-depth: 1 - name: 'Checkout ACE_TAO' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: DOCGroup/ACE_TAO ref: ace6tao2 path: ACE_TAO fetch-depth: 1 - name: 'Checkout OpenDDS' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: OpenDDS/OpenDDS ref: ${{ matrix.opendds_branch }}