Skip to content

Commit aee38ec

Browse files
authored
Merge pull request #98 from EngineScript/dependabot/github_actions/actions-16c5aa02e9
Bump the actions group across 1 directory with 2 updates
2 parents 98c4b23 + b46f9e7 commit aee38ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
zip -r simple-wp-optimizer.zip simple-wp-optimizer
182182
183183
- name: Upload build artifact
184-
uses: actions/upload-artifact@v5
184+
uses: actions/upload-artifact@v6
185185
with:
186186
name: simple-wp-optimizer
187187
path: build/simple-wp-optimizer.zip

.github/workflows/wp-compatibility-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "✅ Cleanup complete"
7070
7171
- name: WordPress Plugin Check
72-
uses: WordPress/plugin-check-action@v1.1.4
72+
uses: WordPress/plugin-check-action@v1.1.5
7373
with:
7474
# Build directory - using repository root
7575
build-dir: './'

0 commit comments

Comments
 (0)