Skip to content

Commit 37f9af0

Browse files
chore(deps): update actions/checkout action to v4.3.0
1 parent 2fab8f2 commit 37f9af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4.1.7
20+
uses: actions/checkout@v4.3.0
2121
with:
2222
show-progress: false
2323

@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v4.1.7
60+
uses: actions/checkout@v4.3.0
6161
with:
6262
show-progress: false
6363

0 commit comments

Comments
 (0)