Skip to content

Commit

Permalink
Update deprecated GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
StudioMaX committed Feb 1, 2024
1 parent 23e4a2c commit d8319ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- "8.2"
- "8.3"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php-version }}"
Expand All @@ -38,7 +38,7 @@ jobs:
name: "Static Analysis"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@v2"
with:
php-version: "7.4"
Expand Down

0 comments on commit d8319ba

Please sign in to comment.