Skip to content

Commit

Permalink
Merge pull request #15 from mynaparrot/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
jibon57 authored Nov 26, 2024
2 parents f4536f2 + c754b50 commit 3a4831b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
php-versions: [ '8.x', 'latest' ]
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
release-type: php
- name: Checkout code
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup PHP
if: ${{ steps.release.outputs.release_created }}
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 3a4831b

Please sign in to comment.