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