Skip to content

Commit

Permalink
Merge pull request #43 from newfold-labs/dependabot/github_actions/ma…
Browse files Browse the repository at this point in the history
…in/actions/checkout-4

GitHub Actions(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
circlecube authored Jan 14, 2025
2 parents a7b7c12 + 135ba59 commit 12e132e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check-spa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install Node and npm
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# User PHP 7.4 here for compatibility with the WordPress codesniffer rules.
- name: Setup PHP
Expand Down

0 comments on commit 12e132e

Please sign in to comment.