Skip to content

Commit 7348923

Browse files
authored
Merge pull request #66 from EngineScript/dependabot/github_actions/actions-16c5aa02e9
Bump the actions group across 1 directory with 2 updates
2 parents 0cab460 + 54f5ee0 commit 7348923

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
@@ -183,7 +183,7 @@ jobs:
183183
zip -r simple-wp-site-exporter.zip simple-wp-site-exporter
184184
185185
- name: Upload build artifact
186-
uses: actions/upload-artifact@v5
186+
uses: actions/upload-artifact@v6
187187
with:
188188
name: simple-wp-site-exporter
189189
path: build/simple-wp-site-exporter.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)