Skip to content

Commit

Permalink
Merge pull request #28 from scrawler-labs/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
ipranjal committed Sep 30, 2023
2 parents 10aae50 + 96f9202 commit e2dde3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- operating-system: 'ubuntu-latest'
php-versions: '8.1'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
Expand Down

0 comments on commit e2dde3e

Please sign in to comment.