Skip to content

Commit

Permalink
Merge pull request #23 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 Dec 19, 2024
2 parents 8f23ec1 + 2e80498 commit 8d7a39c
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.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
2 changes: 1 addition & 1 deletion .github/workflows/satis-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

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

- name: Set Package
id: package
Expand Down

0 comments on commit 8d7a39c

Please sign in to comment.