From da831b3226ce91fae5891cfad66322f2f5037483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:18:10 +0000 Subject: [PATCH] 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 [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8) --- 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: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/enginescript-build-test.yml | 2 +- .github/workflows/software-version-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/enginescript-build-test.yml b/.github/workflows/enginescript-build-test.yml index 8e5bac5..e4515d1 100644 --- a/.github/workflows/enginescript-build-test.yml +++ b/.github/workflows/enginescript-build-test.yml @@ -1047,7 +1047,7 @@ jobs: - name: Upload Build Logs if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: nginx-build-logs-ubuntu-24.04 path: | diff --git a/.github/workflows/software-version-check.yml b/.github/workflows/software-version-check.yml index e148e2e..e75794c 100644 --- a/.github/workflows/software-version-check.yml +++ b/.github/workflows/software-version-check.yml @@ -394,7 +394,7 @@ jobs: - name: Update existing PR or create new one if: steps.version-check.outputs.software_versions_changed == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: update software versions"