From 2020a5d460a6e6d05792fcd78875f3c9baea3996 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Thu, 28 Sep 2023 22:02:40 +0200 Subject: [PATCH] Update ci.yml Updated actions/checkout to v4 Signed-off-by: mosfet80 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b705f0ca..f4d4a0301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: name: Ubuntu Focal CI steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Compile and test id: ci uses: gazebo-tooling/action-gz-ci@focal @@ -22,7 +22,7 @@ jobs: name: Ubuntu Jammy CI steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Compile and test id: ci uses: gazebo-tooling/action-gz-ci@jammy