From 25e63c7bcb21567b76f3332f381e7900cbf6d12a Mon Sep 17 00:00:00 2001 From: Ugo Pattacini Date: Sun, 23 May 2021 13:45:20 +0200 Subject: [PATCH] [action] replaced ref to master w/ main cc @Nicogene --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76dda8a5..3cd21afd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: os: [windows-latest, ubuntu-latest, macOS-latest] steps: - - uses: actions/checkout@master + - uses: actions/checkout@main - name: Set up environment variables [Windows] if: matrix.os == 'windows-latest'