Unverified Commit c249afb8 authored by Michael Daniels's avatar Michael Daniels
Browse files

workflows/{bot,check,teams}: pin bottleneck version

parent 3a4282bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ jobs:
            ci/github-script

      - name: Install dependencies
        run: npm install @actions/artifact@5.0.3 bottleneck
        run: npm install @actions/artifact@5.0.3 bottleneck@2.19.5

      # Use a GitHub App, because it has much higher rate limits: 12,500 instead of 5,000 req / hour.
      - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ jobs:
            ci/github-script

      - name: Install dependencies
        run: npm install bottleneck
        run: npm install bottleneck@2.19.5

      - name: Log current API rate limits
        env:
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ jobs:
            maintainers/github-teams.json

      - name: Install dependencies
        run: npm install bottleneck
        run: npm install bottleneck@2.19.5

      - name: Synchronise teams
        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0