Skip to content

Commit

Permalink
Merge pull request #45 from bavix/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
rez1dent3 authored Mar 14, 2024
2 parents a521c17 + 8897b24 commit 2414da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
id: git-checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
id: php-install
Expand Down

0 comments on commit 2414da2

Please sign in to comment.