diff --git a/.github/workflows/readme_updater.yml b/.github/workflows/readme_updater.yml index 5e253f1001..3e5748e306 100644 --- a/.github/workflows/readme_updater.yml +++ b/.github/workflows/readme_updater.yml @@ -24,7 +24,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Generate new readme and image files if: always()