diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 43cb031..6aeba5b 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -34,7 +34,7 @@ jobs: fi - name: Read repository description - uses: actions/github-script@v8 + uses: actions/github-script@v9.0.0 id: repo with: script: | @@ -215,7 +215,7 @@ jobs: git push - name: Create repository labels - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0 with: script: | const labels = JSON.parse(process.env.LABELS_JSON);