From af8185fff1f11046cff82e53fb80cb97a92885aa Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 18 Apr 2023 13:52:32 -0700 Subject: [PATCH] CI workflow: use checkout v3 (#536) Version v2 of the actions/checkout workflow is deprecated, so switch to v3. Follow-up to #526 that missed jammy when merged forward. 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 5569615b5..7a8b7b39b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,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