Skip to content

Commit

Permalink
Update workflows (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar authored Nov 11, 2024
1 parent da66cb3 commit 87ffa71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
-
name: "Check out repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
-
name: "Search for misspellings"
uses: "crate-ci/typos@master"
4 changes: 2 additions & 2 deletions .github/workflows/xml-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
steps:
-
name: "Check out repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
-
name: "Set up PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.0"
-
name: "Install dependencies"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "highest"
composer-options: "--no-plugins --no-scripts"
Expand Down

0 comments on commit 87ffa71

Please sign in to comment.