From f3e07139d0c046b8772b52128906b3e4a7d3d543 Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Tue, 12 Nov 2024 20:44:09 +0800 Subject: [PATCH] ci: update actions/checkout to v4 --- .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 38e4804..519bf48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: '3.12'