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