Skip to content

Commit

Permalink
CI workflow: use checkout v3 (#536)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
scpeters authored Apr 18, 2023
1 parent b3903b0 commit af8185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit af8185f

Please sign in to comment.