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 }}