diff --git a/.github/workflows/azure-static-web-apps-lively-field-0c6cd1303.yml b/.github/workflows/azure-static-web-apps-lively-field-0c6cd1303.yml index a1a7502..9cec936 100644 --- a/.github/workflows/azure-static-web-apps-lively-field-0c6cd1303.yml +++ b/.github/workflows/azure-static-web-apps-lively-field-0c6cd1303.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Build And Deploy diff --git a/.github/workflows/hugo-githubpages.yml b/.github/workflows/hugo-githubpages.yml index 958f174..9d0cf82 100644 --- a/.github/workflows/hugo-githubpages.yml +++ b/.github/workflows/hugo-githubpages.yml @@ -39,7 +39,7 @@ jobs: - name: Install Dart Sass Embedded run: sudo snap install dart-sass-embedded - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive - name: Setup Pages diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 98b8827..cf788a6 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -26,7 +26,7 @@ jobs: steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index a35f0ee..ac5acec 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -34,7 +34,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper # list of changed files within `super-linter`