diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index c11b1ac..d8f413c 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Ajouter l'issue à la backlog - uses: actions/github-script@v4 + uses: actions/github-script@v6 with: script: | const backlogProjectId = 1; @@ -22,4 +22,4 @@ jobs: column_id: backlogProjectId, content_id: issueNumber, content_type: "Issue" - }); \ No newline at end of file + });