Skip to content

Commit

Permalink
Update GitHub Actions checkout to v3
Browse files Browse the repository at this point in the history
This commit updates the GitHub Actions checkout action from version 2 to version 3. This change ensures compatibility with the latest features and security improvements provided in v3. Make sure to review any breaking changes in the new version's documentation.
  • Loading branch information
koriym committed Nov 3, 2024
1 parent a713aec commit b05de53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-pecl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit b05de53

Please sign in to comment.