Skip to content

Commit

Permalink
Updated checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonking3 committed Jan 26, 2024
1 parent d243f0a commit 44d4b88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout Inventory
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: cml
- name: Run ansible-lint
run: ansible-lint
# test_19_2_1:
Expand Down

0 comments on commit 44d4b88

Please sign in to comment.