Skip to content

Commit c349dec

Browse files
authored
Merge pull request #545 from felix-berlin/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents d9fa7f0 + 88f9270 commit c349dec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout ✅
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919
token: ${{ secrets.GH_TOKEN }}

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout ✅
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Setup pnpm 🛠️
2222
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)