Skip to content

Commit 5a2e183

Browse files
authored
Merge pull request #25 from macalinao/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents 396a4a5 + 5e83269 commit 5a2e183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Setup Bun
1818
uses: oven-sh/setup-bun@v2

.github/workflows/release.yml

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

2424
steps:
2525
- name: Checkout Repo
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2929
fetch-depth: 0

0 commit comments

Comments
 (0)