From 1db4ec4de98e7373d92f41982edb53e742bcb586 Mon Sep 17 00:00:00 2001 From: Meysam Date: Thu, 1 Feb 2024 14:23:51 +0100 Subject: [PATCH] Upgrade actions/checkout to 4.1.1 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index bb750e9..f6c0b0c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,7 +9,7 @@ jobs: - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.1 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."