From e2bbc6c3e86eb01f18e4a1c3f255869ea5fe4cd5 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 3 Mar 2023 11:18:14 -0800 Subject: [PATCH] CI workflow: use checkout v3 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