From e42b8b2d8122a9bccb90bc63a75a1c2d1527f19c Mon Sep 17 00:00:00 2001 From: Ugo Pattacini Date: Sun, 23 May 2021 13:44:27 +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 04d5886..351dfe3 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'