From 2faaea7b7d1d186fddcd7a8ec431f18e97d1cd25 Mon Sep 17 00:00:00 2001 From: Sean Callan Date: Mon, 24 Jun 2024 16:04:23 -0400 Subject: [PATCH] chore: update action to v7 (#10) --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d7a6651..9aa83d0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,12 +19,12 @@ jobs: steps: - name: Sync Repositories - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} script: | const { data } = await github.rest.search.code({ - q: 'org:beam-community path:.github/workflows/common-config.yaml', + q: 'Common Config org:beam-community path:.github/workflows/', per_page: 100, })