From 3a13dc5c9b0b537e5aa9d1b577038e74265e8e66 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 3 Mar 2023 14:37:32 -0800 Subject: [PATCH] CI workflow: use checkout v3 (#1245) Version v2 of the actions/checkout workflow is deprecated, so switch to v3. Part of gazebo-tooling/release-tools#862. Signed-off-by: Steve Peters --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a487d794..699205929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: name: Ubuntu Jammy CI steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Compile and test id: ci uses: ignition-tooling/action-ignition-ci@jammy