Skip to content

Commit 9106b3a

Browse files
chore(deps): update actions/checkout action to v4.3.1
1 parent 7fe2a25 commit 9106b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repo
13-
uses: actions/checkout@v4.1.1
13+
uses: actions/checkout@v4.3.1
1414
with:
1515
fetch-depth: 0 # important!
1616
- name: Cache Composer dependencies

0 commit comments

Comments
 (0)