From 83f8997e33fbaad449863b7c992f61b32af594ae Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 23 Jun 2026 22:17:25 -0700 Subject: [PATCH] Update GitHub actions to latest versions --- .github/workflows/bld.yml | 6 +++--- .github/workflows/pages.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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