From b99fb58a0c2801ccce860c3995918a1e3ac59f63 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:32:18 +0000 Subject: [PATCH] breaking: the dependency `actions/checkout` has been updated to a new major version (v6), which may include breaking changes. #major --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5b07b61..2b7d760 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: using: "composite" steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Install gh and jq shell: bash