Skip to content

Commit 28c5381

Browse files
authored
Merge pull request #14 from actcoding/dependabot/github_actions/dot-github/workflows/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5 in /.github/workflows
2 parents 4bffe76 + 595bd81 commit 28c5381

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- uses: oven-sh/setup-bun@v2
1818
with:
@@ -42,7 +42,7 @@ jobs:
4242
pull-requests: write
4343
steps:
4444
- name: Checkout Repo
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
- uses: oven-sh/setup-bun@v2
4848
with:

0 commit comments

Comments
 (0)