From 74eb190283031cf0f1ca266a68f31a5ef914b36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:46:26 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/add-to-project](https://github.com/actions/add-to-project) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/add-to-project` from 0.5.0 to 0.6.1 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.5.0...v0.6.1) Updates `peter-evans/create-pull-request` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/b1ddad2c994a25fbc81a28b3ec0e368bb2021c50...70a41aba780001da0a30141984ae2a0c95d8704e) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/add-dependabot-pr-to-project.yml | 2 +- .github/workflows/generate-dependabot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-dependabot-pr-to-project.yml b/.github/workflows/add-dependabot-pr-to-project.yml index 115aa6c..463aae8 100644 --- a/.github/workflows/add-dependabot-pr-to-project.yml +++ b/.github/workflows/add-dependabot-pr-to-project.yml @@ -15,7 +15,7 @@ jobs: name: Add to Compute Foundation Project Board runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v0.6.1 with: project-url: https://github.com/orgs/github/projects/5753/ # Compute Foundation Project Board github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} diff --git a/.github/workflows/generate-dependabot.yml b/.github/workflows/generate-dependabot.yml index 3519fe7..e159972 100644 --- a/.github/workflows/generate-dependabot.yml +++ b/.github/workflows/generate-dependabot.yml @@ -20,7 +20,7 @@ jobs: uses: Makeshift/generate-dependabot-glob-action@5cd45385ce6519f68d574aab9699832b3a5e5031 # v1.3.4 - name: Create Pull Request - uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: '[Automated] Update dependabot.yml' body: |