diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8ed2892..d682887 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,10 +14,10 @@ jobs: distro: [humble, iron] steps: - name: Checkout this repository - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Checkout ROS 2 examples - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: repository: ros2/examples ref: ${{ matrix.distro }} @@ -50,10 +50,10 @@ jobs: distro: [humble, iron] steps: - name: Checkout this repository - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Checkout ROS 2 examples - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: repository: ros2/examples ref: ${{ matrix.distro }}