From c1711cdd30c9969824e5ce3e970aea111d9e894c Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 23 Sep 2025 15:35:52 +0200 Subject: [PATCH] Update actions/checkout in README.md (#147) Co-authored-by: Conrad --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f66d8bf..9c10a67 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Prettify code uses: creyD/prettier_action@v4.6 @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }} @@ -112,7 +112,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.head_ref }} @@ -143,7 +143,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.head_ref }}