Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from yondifon/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action
  • Loading branch information
yondifon committed Apr 25, 2022
2 parents 0175c1a + 2365794 commit 9b9b22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
- uses: php-actions/composer@v5
- uses: NWBY/pest-action@v1.2.0

0 comments on commit 9b9b22d

Please sign in to comment.