Skip to content

Commit 7723fd2

Browse files
authored
Merge pull request #15 from chatwork/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 351e5bf + 43616e2 commit 7723fd2

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
@@ -24,10 +24,10 @@ jobs:
2424
composer: 2.2
2525
- php: 7.2
2626
phpunit: 6
27-
composer: 2
27+
composer: 2.2
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3131

3232
- uses: php-actions/composer@v6
3333
with:

0 commit comments

Comments
 (0)