From 3c47955fbf9adbce296ad21722e844d926ceef04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 01:23:50 +0000 Subject: [PATCH] Bump osinfra-io/github-misc-called-workflows from 0.1.3 to 0.1.4 Bumps [osinfra-io/github-misc-called-workflows](https://github.com/osinfra-io/github-misc-called-workflows) from 0.1.3 to 0.1.4. - [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.3...v0.1.4) --- 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 22f07ef..85ced6c 100644 --- a/.github/workflows/add-to-projects.yml +++ b/.github/workflows/add-to-projects.yml @@ -11,7 +11,7 @@ on: 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.3 + uses: osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.1.4 with: project_id: 1 secrets: diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index fa5b868..6d3d692 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -5,6 +5,6 @@ on: pull_request_target jobs: dependabot: name: Dependabot - uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.1.3 + uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.1.4 secrets: pr_approve_and_merge_pat: ${{ secrets.PR_APPROVE_AND_MERGE_PAT }}