From 916cd76be1157d02c7553466f6a1f1849c9adc75 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste <87148630+Jean-BaptisteC@users.noreply.github.com> Date: Mon, 5 Jun 2023 01:35:08 +0200 Subject: [PATCH] Update checkout actions (#1715) --- .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 4a301299f..7a2306405 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 30 steps: - name: Check out source code - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Build project run: ./build.sh build