Skip to content

Commit c6d7910

Browse files
Bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [WordPress/plugin-check-action](https://github.com/wordpress/plugin-check-action). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `WordPress/plugin-check-action` from 1.1.4 to 1.1.5 - [Release notes](https://github.com/wordpress/plugin-check-action/releases) - [Commits](WordPress/plugin-check-action@v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: WordPress/plugin-check-action dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67cd907 commit c6d7910

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
@@ -180,7 +180,7 @@ jobs:
180180
zip -r optimizations-ace-mc.zip optimizations-ace-mc
181181
182182
- name: Upload build artifact
183-
uses: actions/upload-artifact@v5
183+
uses: actions/upload-artifact@v6
184184
with:
185185
name: optimizations-ace-mc
186186
path: build/optimizations-ace-mc.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)