Skip to content

Commit

Permalink
Merge pull request #1 from zentlix/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
msmakouz committed Dec 25, 2022
2 parents 6c7049c + 0873a67 commit 498f286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit 498f286

Please sign in to comment.