Skip to content

Commit

Permalink
fixes #13: Action checkout v3 is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsqd committed Jul 30, 2024
1 parent b80f491 commit 4035927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-feature-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cache Composer dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 4035927

Please sign in to comment.