From ca9c215954599d855977f523011e82faa2a13abb Mon Sep 17 00:00:00 2001 From: offa Date: Tue, 31 Aug 2021 16:58:04 +0200 Subject: [PATCH] Update GH Action branches. --- .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 490283f..4208018 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,6 @@ jobs: name: Check steps: - name: Checkout - uses: actions/checkout@master + uses: actions/checkout@main - name: Check run: ./check.sh