From 787f8a3a1915c7e3d6f723a60a3ee215f6d268c1 Mon Sep 17 00:00:00 2001 From: Thomas Merz Date: Sat, 23 Dec 2023 19:02:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20use=20latest=20major=20version?= =?UTF-8?q?=20for=20actions/checkout=20(main=20instead=20of=20abandoned=20?= =?UTF-8?q?master=20branch/head)=20(#101)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 39665ca..8f59fa3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: # Needed to force UTF-8 and have consistent behavior in Windows PYTHONUTF8: 1 steps: - - uses: actions/checkout@master + - uses: actions/checkout@main - name: Set up Python uses: actions/setup-python@master with: