From 5909453fefe911153c3c7972c44a9145152771d8 Mon Sep 17 00:00:00 2001 From: Martin Elsman Date: Tue, 10 Dec 2024 09:38:20 +0100 Subject: [PATCH] checkout bump --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4305f83..e556704 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: | @@ -50,7 +50,7 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: |