From 21bcd0b04615d2a28cac17df66054ae6fef4dac6 Mon Sep 17 00:00:00 2001 From: Pedro Moreira Date: Wed, 4 Jan 2023 16:17:24 +0000 Subject: [PATCH] Update actions/checkout to v3 --- .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 ce80c4c..807d5d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Install prerequisites - name: Installing prerequisites