From 59137b781c56cba57622796d3b5999a334feb688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 01:14:16 +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 6b5bbd5..e6b1e57 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 f71c6e1..bc7460f 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_PEM }}