diff --git a/.github/workflows/community-contribution-label.yml b/.github/workflows/community-contribution-label.yml index a9f1543..a48bc52 100644 --- a/.github/workflows/community-contribution-label.yml +++ b/.github/workflows/community-contribution-label.yml @@ -19,7 +19,7 @@ jobs: exit 1 fi - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github path: .github-repo @@ -30,7 +30,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' - name: Install dependencies diff --git a/.github/workflows/contributor-issue-comment.yml b/.github/workflows/contributor-issue-comment.yml index 81885eb..d3751bc 100644 --- a/.github/workflows/contributor-issue-comment.yml +++ b/.github/workflows/contributor-issue-comment.yml @@ -37,13 +37,13 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/contributor-pr-reply.yml b/.github/workflows/contributor-pr-reply.yml index c37a441..2531145 100644 --- a/.github/workflows/contributor-pr-reply.yml +++ b/.github/workflows/contributor-pr-reply.yml @@ -34,13 +34,13 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/good-first-issue-comment.yml b/.github/workflows/good-first-issue-comment.yml index 5d50c3d..48e2138 100644 --- a/.github/workflows/good-first-issue-comment.yml +++ b/.github/workflows/good-first-issue-comment.yml @@ -19,20 +19,20 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 20 cache: 'yarn' - name: Install dependencies run: yarn install --frozen-lockfile - name: Run script - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ steps.generate-token.outputs.token }} script: | diff --git a/.github/workflows/holiday-message.yml b/.github/workflows/holiday-message.yml index de1f62f..5a45274 100644 --- a/.github/workflows/holiday-message.yml +++ b/.github/workflows/holiday-message.yml @@ -34,13 +34,13 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/is-contributor.yml b/.github/workflows/is-contributor.yml index f804246..75cfc18 100644 --- a/.github/workflows/is-contributor.yml +++ b/.github/workflows/is-contributor.yml @@ -33,12 +33,12 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/manage-issue-header.yml b/.github/workflows/manage-issue-header.yml index b0d196a..ca91f08 100644 --- a/.github/workflows/manage-issue-header.yml +++ b/.github/workflows/manage-issue-header.yml @@ -19,13 +19,13 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/pr-statistics.yml b/.github/workflows/pr-statistics.yml index 9b465c6..dbb6bf9 100644 --- a/.github/workflows/pr-statistics.yml +++ b/.github/workflows/pr-statistics.yml @@ -17,13 +17,13 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/pull-request-label.yml b/.github/workflows/pull-request-label.yml index caec8af..55d3f47 100644 --- a/.github/workflows/pull-request-label.yml +++ b/.github/workflows/pull-request-label.yml @@ -31,13 +31,13 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/review-requested.yml b/.github/workflows/review-requested.yml index 861e273..e01e89b 100644 --- a/.github/workflows/review-requested.yml +++ b/.github/workflows/review-requested.yml @@ -31,13 +31,13 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/unassign-inactive-issues.yaml b/.github/workflows/unassign-inactive-issues.yaml index 2726c3f..795fdd6 100644 --- a/.github/workflows/unassign-inactive-issues.yaml +++ b/.github/workflows/unassign-inactive-issues.yaml @@ -23,13 +23,13 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' - name: Debug directory diff --git a/.github/workflows/update-pr-spreadsheet.yml b/.github/workflows/update-pr-spreadsheet.yml index 712f60c..40e0394 100644 --- a/.github/workflows/update-pr-spreadsheet.yml +++ b/.github/workflows/update-pr-spreadsheet.yml @@ -36,13 +36,13 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20' - name: Install dependencies