diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 9d11b55..d815308 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -94,7 +94,7 @@ jobs: steps: - name: Checkout source repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: true submodules: 'true' @@ -143,7 +143,7 @@ jobs: steps: - name: Checkout source repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: true submodules: 'true' @@ -190,7 +190,7 @@ jobs: run: git config --global core.autocrlf input - name: Checkout source repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: true submodules: 'true' diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 1679e89..d68a3a2 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout source repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: true submodules: 'true' @@ -57,4 +57,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v5 \ No newline at end of file + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 06905a1..cc2a94f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout source repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0