From e1c495e9dad72162f7316708f81c50c1f6daa92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20M=C3=A9ausoone?= <592978+Ameausoone@users.noreply.github.com> Date: Sun, 22 Sep 2024 08:34:49 +0200 Subject: [PATCH] docs(readme): update readme example with latest checkout version (#76) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b141845..7a1e584 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: kishaningithub/setup-tf-summarize@v1