From cb2930c65f6e233a3f32f657f71e78a575d7d380 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Wed, 13 Aug 2025 13:25:33 -0500 Subject: [PATCH] Bump actions/checkout to v4 on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abf6097..aeaf010 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: hello-world: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Load secret uses: 1password/load-secrets-action@v3