From eaa39545645af1960576e36509ee3ef6b4e3b500 Mon Sep 17 00:00:00 2001 From: Daniel Mohns Date: Mon, 23 Mar 2026 10:35:02 +0100 Subject: [PATCH 1/2] Update Checkout Action --- .github/workflows/kibot_checks.yml | 2 +- .github/workflows/kibot_diff.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kibot_checks.yml b/.github/workflows/kibot_checks.yml index 6e5d382..a64512e 100644 --- a/.github/workflows/kibot_checks.yml +++ b/.github/workflows/kibot_checks.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Get repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: "recursive" diff --git a/.github/workflows/kibot_diff.yml b/.github/workflows/kibot_diff.yml index 086ad9b..a37a971 100644 --- a/.github/workflows/kibot_diff.yml +++ b/.github/workflows/kibot_diff.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: "recursive" # So we can run a diff between changes From 8a0fc0cb1c593322a2c2c31b0f19968444722e25 Mon Sep 17 00:00:00 2001 From: Daniel Mohns Date: Mon, 23 Mar 2026 10:38:17 +0100 Subject: [PATCH 2/2] Update `actions/checkout@v6` --- .github/workflows/kibot_checks.yml | 2 +- .github/workflows/kibot_diff.yml | 2 +- .github/workflows/pandoc.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kibot_checks.yml b/.github/workflows/kibot_checks.yml index a64512e..8d789ae 100644 --- a/.github/workflows/kibot_checks.yml +++ b/.github/workflows/kibot_checks.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Get repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: "recursive" diff --git a/.github/workflows/kibot_diff.yml b/.github/workflows/kibot_diff.yml index a37a971..8ebc3d8 100644 --- a/.github/workflows/kibot_diff.yml +++ b/.github/workflows/kibot_diff.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: "recursive" # So we can run a diff between changes diff --git a/.github/workflows/pandoc.yml b/.github/workflows/pandoc.yml index a952fa4..8a3827d 100644 --- a/.github/workflows/pandoc.yml +++ b/.github/workflows/pandoc.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Run Pandoc uses: docker://pandoc/latex:latest-ubuntu