diff --git a/.github/workflows/assign-project.yml b/.github/workflows/assign-project.yml index 67167c7a..1084a975 100644 --- a/.github/workflows/assign-project.yml +++ b/.github/workflows/assign-project.yml @@ -18,7 +18,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.6.1 + - uses: actions/add-to-project@v1.0.1 with: # You can target a project in a different organization # to the issue diff --git a/.github/workflows/dependabot-changeset.yml b/.github/workflows/dependabot-changeset.yml index 62017bb4..e1f5cd99 100644 --- a/.github/workflows/dependabot-changeset.yml +++ b/.github/workflows/dependabot-changeset.yml @@ -50,7 +50,7 @@ jobs: - name: Render template id: render - uses: chuhlomin/render-template@v1.9 + uses: chuhlomin/render-template@v1.10 if: success() && steps.find-pr.outputs.number with: template: .github/dependabot-changeset.template.md