From dcb8296813487075fdc33b1371ea0ffa650b8db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:16:24 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/emacs-lint.yml | 2 +- .github/workflows/fuzzy-ci-privileged.yml | 2 +- .github/workflows/fuzzy-ci.yml | 4 ++-- .github/workflows/main.yml | 2 +- .github/workflows/nix.yml | 2 +- .github/workflows/ocaml-lsp-compat.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/emacs-lint.yml b/.github/workflows/emacs-lint.yml index 4326df92b..c10af69a6 100644 --- a/.github/workflows/emacs-lint.yml +++ b/.github/workflows/emacs-lint.yml @@ -29,6 +29,6 @@ jobs: with: version: ${{ matrix.emacs_version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run tests run: 'cd emacs && ./check.sh' diff --git a/.github/workflows/fuzzy-ci-privileged.yml b/.github/workflows/fuzzy-ci-privileged.yml index e63faef77..756a3bdda 100644 --- a/.github/workflows/fuzzy-ci-privileged.yml +++ b/.github/workflows/fuzzy-ci-privileged.yml @@ -21,7 +21,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Download instruction artifact env: GH_API_ACTIONS: https://api.github.com/repos/${{ github.repository }}/actions diff --git a/.github/workflows/fuzzy-ci.yml b/.github/workflows/fuzzy-ci.yml index ffba5dfbf..15d666fe0 100644 --- a/.github/workflows/fuzzy-ci.yml +++ b/.github/workflows/fuzzy-ci.yml @@ -67,7 +67,7 @@ jobs: commit: ["merge_branch", "base_branch"] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -309,7 +309,7 @@ jobs: diff_dir: ${{ needs.artifact_names.outputs.diff_dir }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Download current diff(s) if: ${{ env.current_diff_exists == 'true' }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b84ca6c6..ed2095c2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout tree - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set-up OCaml ${{ matrix.ocaml-compiler }} uses: ocaml/setup-ocaml@v3 diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index f0f2fd7aa..8cb71d9e3 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true - name: nix diff --git a/.github/workflows/ocaml-lsp-compat.yml b/.github/workflows/ocaml-lsp-compat.yml index c7cb657f1..84a3dd49c 100644 --- a/.github/workflows/ocaml-lsp-compat.yml +++ b/.github/workflows/ocaml-lsp-compat.yml @@ -41,7 +41,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up OCaml ${{ matrix.ocaml-compiler }} uses: ocaml/setup-ocaml@v3