diff --git a/.github/workflows/add-milestone.yml b/.github/workflows/add-milestone.yml index ff307e66ed26..7071584ab38a 100644 --- a/.github/workflows/add-milestone.yml +++ b/.github/workflows/add-milestone.yml @@ -8,14 +8,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: "karrtikr/vscode-github-triage-actions" ref: stable path: ./actions - name: Checkout Repo if: github.event_name != 'issues' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ./repo fetch-depth: 0