diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 79dd106..6156ce4 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -22,7 +22,7 @@ jobs: # needs: [ tests ] # TODO steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Sync theme submodule run: git submodule sync && git submodule update --init --recursive