Skip to content

Commit

Permalink
Update actions/checkout version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thedave42 committed Apr 4, 2024
1 parent 8ad33d3 commit 00ad7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Genereate a list of dependencies for this repository
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Generate dependencies action
uses: ./ # Uses an action in the root directory
Expand Down

0 comments on commit 00ad7d6

Please sign in to comment.