From f879385c424d867e1ce87d022bfa06d702e5d3bb Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 26 Feb 2026 20:34:51 +0000 Subject: [PATCH] ci: correctly checkout repo before using local action --- .github/workflows/dev-infra.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index dd4243451..40a2bb5a5 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -15,6 +15,7 @@ jobs: if: github.event_name == 'issues' runs-on: ubuntu-latest steps: + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./github-actions/issue-labeling with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}