From 0d7337c8518b742cbba995b68b00de3d5645ae18 Mon Sep 17 00:00:00 2001 From: paulhcsun Date: Wed, 19 Mar 2025 16:07:34 -0700 Subject: [PATCH] chore(enum-updater): update workflow file to add checkout action --- .github/workflows/enum-auto-updater.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/enum-auto-updater.yml b/.github/workflows/enum-auto-updater.yml index 843d6dcf08602..5f85b920b205f 100644 --- a/.github/workflows/enum-auto-updater.yml +++ b/.github/workflows/enum-auto-updater.yml @@ -10,6 +10,9 @@ jobs: contents: write pull-requests: write steps: + - name: Check Out + uses: actions/checkout@v4 + - name: Set up Node uses: actions/setup-node@v4 with: