Skip to content

Commit edcb1c0

Browse files
authored
Merge pull request #21 from gigerIT/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents ba4d2dc + 8c17ffc commit edcb1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
coverage: none
2424

2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Install dependencies
2929
uses: ramsey/composer-install@v3
@@ -41,7 +41,7 @@ jobs:
4141
if: "contains(github.event.head_commit.message, 'chore(main): release') || success()"
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545

4646
- name: Release Please
4747
uses: googleapis/release-please-action@v4

0 commit comments

Comments
 (0)