From 85c0310d9d5a8764d2588ced03571b9c249ea60b Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:33:33 +0000 Subject: [PATCH] chore(deps): Update actions/checkout action to v6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 203b5a47..d0517d3c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: # Checkout a git repository with a pre-existing CloudQuery configuration files - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # Setup AWS credentials (example) - name: Configure AWS credentials