Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Apr 3, 2024
1 parent 82ebf58 commit 429c4cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3.5.2"
uses: "actions/checkout@v4.1.1"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.25.1"
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.2"
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
uses: "actions/checkout@v4.1.1"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.2"
uses: "shivammathur/setup-php@v2"
env:
COMPOSER_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit 429c4cf

Please sign in to comment.