diff --git a/.github/workflows/sync-triage-config.yml b/.github/workflows/sync-triage-config.yml index d9f96862..5c92ebb3 100644 --- a/.github/workflows/sync-triage-config.yml +++ b/.github/workflows/sync-triage-config.yml @@ -43,12 +43,12 @@ jobs: - Homebrew/rubydoc.brew.sh steps: - name: Clone main repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false - name: Clone secondary repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ matrix.repo }} path: vendor/${{ matrix.repo }}