From e7911a9f3d37cf2dc528983d1f26f7b9ff630f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:12:31 +0000 Subject: [PATCH 1/2] Bump software/baremetal-ide from `f8a1ffc` to `c33d8b3` Bumps [software/baremetal-ide](https://github.com/ucb-bar/Baremetal-IDE) from `f8a1ffc` to `c33d8b3`. - [Release notes](https://github.com/ucb-bar/Baremetal-IDE/releases) - [Commits](https://github.com/ucb-bar/Baremetal-IDE/compare/f8a1ffc29a91791d8451e862b5f142e24ced01fc...c33d8b3e20466b3bdaeba94822281b251070b141) --- updated-dependencies: - dependency-name: software/baremetal-ide dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- software/baremetal-ide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/baremetal-ide b/software/baremetal-ide index f8a1ffc29..c33d8b3e2 160000 --- a/software/baremetal-ide +++ b/software/baremetal-ide @@ -1 +1 @@ -Subproject commit f8a1ffc29a91791d8451e862b5f142e24ced01fc +Subproject commit c33d8b3e20466b3bdaeba94822281b251070b141 From 3f38044b1a4e8eac7849b202129e53d2cf3419b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:51:02 +0000 Subject: [PATCH 2/2] Bump peter-evans/create-pull-request from 6 to 7 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/firesim-cluster-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firesim-cluster-tests.yml b/.github/workflows/firesim-cluster-tests.yml index 324d2f22b..9341bb6ad 100644 --- a/.github/workflows/firesim-cluster-tests.yml +++ b/.github/workflows/firesim-cluster-tests.yml @@ -188,7 +188,7 @@ jobs: git log git diff origin/main git push origin main - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: base: ${{ github.head_ref }} add-paths: ${{ env.CHIPYARD_HWDB_PATH }}