Skip to content

Commit ae373f6

Browse files
authored
Merge pull request #1266 from Guite/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents e91582d + 97280bd commit ae373f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout sources from component repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Checkout additional sources from product repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
repository: Guite/MostProduct
1818
token: ${{ secrets.ACCESS_MOST_PRODUCT }}

0 commit comments

Comments
 (0)