Skip to content

Commit

Permalink
Update the GitHub Actions configuration (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof authored May 30, 2023
1 parent 73f03ce commit 0550b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Modify composer.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
coverage: none

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Initialize tests
run: make initialize
Expand Down

0 comments on commit 0550b41

Please sign in to comment.