From 128a3ab5d5996b88fac45ec401fee838271ff170 Mon Sep 17 00:00:00 2001 From: Gareth Palmer Date: Mon, 11 Mar 2024 00:16:44 +1300 Subject: [PATCH] Use @main for checkout action. --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 30fb016..93c4704 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@main - name: Install packages run: |