Skip to content

Commit

Permalink
Merge pull request #10 from ktakayama/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
ktakayama authored Jul 12, 2024
2 parents 3ad94b1 + 650eb51 commit abd9637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ruby-version: ['2.7', '3.0', '3.1']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup PHP environment
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit abd9637

Please sign in to comment.