Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Dec 20, 2024
2 parents 3da0db5 + 4bc9225 commit 148a64c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/vendor
key: test-lint-dependencies-{{ checksum "composer.json" }}
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: WP.org Validator
uses: pantheon-systems/action-wporg-validator@1.0.0
uses: pantheon-systems/action-wporg-validator@v1.1.5
with:
type: plugin
php8-compatibility:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
sudo apt-get install -y redis-tools
redis-cli -h localhost ping
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/vendor
key: test-dependencies-{{ checksum "composer.json" }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wporg-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: WP.org Validator
uses: pantheon-systems/action-wporg-validator@1.0.0
uses: pantheon-systems/action-wporg-validator@v1.1.5
with:
type: plugin

0 comments on commit 148a64c

Please sign in to comment.