From b50da0fb3238a4071995276e8904a410616b758b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:34:15 +0000 Subject: [PATCH] Bump osinfra-io/github-misc-called-workflows from 0.1.6 to 0.1.7 Bumps [osinfra-io/github-misc-called-workflows](https://github.com/osinfra-io/github-misc-called-workflows) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/osinfra-io/github-misc-called-workflows/releases) - [Commits](https://github.com/osinfra-io/github-misc-called-workflows/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: osinfra-io/github-misc-called-workflows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/add-to-projects.yml | 2 +- .github/workflows/dependabot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-to-projects.yml b/.github/workflows/add-to-projects.yml index a93e743..990a87a 100644 --- a/.github/workflows/add-to-projects.yml +++ b/.github/workflows/add-to-projects.yml @@ -14,7 +14,7 @@ permissions: jobs: add-to-osinfra-project: name: Open Source Infrastructure (as Code) - uses: osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.1.6 + uses: osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.1.7 with: project_id: 1 secrets: diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index d39c591..bede6b0 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -8,6 +8,6 @@ permissions: jobs: dependabot: name: Dependabot - uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.1.6 + uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.1.7 secrets: pr_approve_and_merge_pat: ${{ secrets.PR_APPROVE_AND_MERGE_PAT }}