Skip to content

Commit

Permalink
chore: bump github action "actions/checkout" 3 => 4 to fix deprecatio…
Browse files Browse the repository at this point in the history
…ns (#1216)

Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
Co-authored-by: Jonathan Beliën <jbelien@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 2, 2024
1 parent 0362549 commit fab0c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provider.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
php-version: ['8.0', '8.1', '8.2']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit fab0c83

Please sign in to comment.