From 94db14c87110464348a2c11e087f385ea972728d Mon Sep 17 00:00:00 2001 From: Ramin Gharib Date: Wed, 24 Jan 2024 09:13:30 +0100 Subject: [PATCH] update checkout version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e807b3..5c1d72e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![build-test](https://github.com/andstor/file-existence-action/workflows/build/badge.svg) -This is a GitHub Action to check for the existence of files. It can be used for conditionally running workflow steps based on file(s) existence. +This is a GitHub Action to check for the existence of files. It can be used for conditionally running workflow steps based on file(s) existence. ## Usage @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check file existence id: check_files