From fa82cbff48201949a4d76d7468c8922d9dd41d10 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sat, 24 Feb 2024 11:09:30 +0100 Subject: [PATCH] docs: update checkout action --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b5a0fc..58ae7e5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest name: semver-diff steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run semver-diff id: semver-diff uses: tj-actions/semver-diff@v3 @@ -51,7 +51,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0