From ccb1053d8fd9015ed6ab0753e85b63b1e9ec0650 Mon Sep 17 00:00:00 2001 From: Matteo Baccan Date: Mon, 15 Jan 2024 22:43:55 +0100 Subject: [PATCH] Update main.yml (#6) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91c2584..8c3b97d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: name: Test Run steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Launch the local action uses: ./ # Uses an action in the root directory