Update actions/checkout to v5 because github is deprecating node.js 20

This commit is contained in:
Kijin Sung 2026-03-31 21:08:40 +09:00
parent 6be98ff58c
commit 99d6182f89

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: Install PHP - name: Install PHP
run: chmod +x .github/workflows/setup-php.sh && .github/workflows/setup-php.sh ${{ matrix.php }} run: chmod +x .github/workflows/setup-php.sh && .github/workflows/setup-php.sh ${{ matrix.php }}