diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 762a0e065..0006ffa1e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repo content - uses: actions/checkout@v4 # checkout the repository content to github runner. + uses: actions/checkout@v5 # checkout the repository content to github runner. - name: execute sh script run: | shopt -s globstar