diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 2506e8e..42fea92 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -34,9 +34,9 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout verification - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build the site in the jekyll/builder container run: | docker run \ @@ -199,7 +199,7 @@ jobs: [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" - name: initialize vcpkg - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: 'microsoft/vcpkg' path: 'compat/vcbuild/vcpkg' @@ -229,7 +229,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.x' - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true diff --git a/.github/workflows/jekyll-docker.yml b/.github/workflows/jekyll-docker.yml index 5f7f7fc..94f5a8a 100644 --- a/.github/workflows/jekyll-docker.yml +++ b/.github/workflows/jekyll-docker.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Build the site in the jekyll/builder container run: | docker run \