diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f1df52c6af6c..36431b83feaf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: test-bot: false - name: Check out Pull Request - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false @@ -53,7 +53,7 @@ jobs: test-bot: false - name: Check out Pull Request - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 324e0e665d944..0ebfdcc410c27 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'Homebrew/homebrew-cask' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false diff --git a/.github/workflows/sync-templates-and-ci-config.yml b/.github/workflows/sync-templates-and-ci-config.yml index 53bdf85a259c2..1fb1da27ce834 100644 --- a/.github/workflows/sync-templates-and-ci-config.yml +++ b/.github/workflows/sync-templates-and-ci-config.yml @@ -25,12 +25,12 @@ jobs: - Homebrew/homebrew-cask-versions 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 }}