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: