From 07677b346a56b514b24809ee68fbfa9881934cc9 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Thu, 11 Jan 2024 23:59:17 +0100 Subject: [PATCH] docs(README): Bump checkout action version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f51ccce..00d6055b 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ In CI you might not want to pull extra changes before tagging e.g. if running a ```yaml - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -238,7 +238,7 @@ To make full use of the Deploy Key, you must set the value of github-token input ```yaml - name: Checkout GitHub Action - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ssh-key: ${{ secrets.SSH_DEPLOY_KEY }} - name: Conventional Changelog Action