Skip to content

Commit

Permalink
Merge pull request #58 from Chris53897/feature/improve-ci
Browse files Browse the repository at this point in the history
chore: fix ci deprecations
  • Loading branch information
dbu authored Mar 3, 2024
2 parents 2c02584 + 98941af commit 42ca4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tools: composer:v2

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

- name: Download dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:2.16.4
Expand Down

0 comments on commit 42ca4c5

Please sign in to comment.