diff --git a/.github/workflows/build-test-site.yaml b/.github/workflows/build-test-site.yaml index 542f72e71..fb03a8ad3 100644 --- a/.github/workflows/build-test-site.yaml +++ b/.github/workflows/build-test-site.yaml @@ -18,7 +18,7 @@ jobs: # node-version: [18.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true # Fetch any Git submodules (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/release-modules.yml b/.github/workflows/release-modules.yml index 31f133e65..4ff074633 100644 --- a/.github/workflows/release-modules.yml +++ b/.github/workflows/release-modules.yml @@ -26,7 +26,7 @@ jobs: LOG_LEVEL: INFO steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/split-packages.yaml b/.github/workflows/split-packages.yaml index 82ca3ed84..87e4717a3 100644 --- a/.github/workflows/split-packages.yaml +++ b/.github/workflows/split-packages.yaml @@ -31,7 +31,7 @@ jobs: split_repository: 'theme-landing-page' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # step if no tag is pushed - if: ${{ !startsWith(github.ref, 'refs/tags/') }}