From 8a5369534ce2c5c68f5150e12c6f744fd21b54b2 Mon Sep 17 00:00:00 2001 From: David Bezemer Date: Sun, 30 Jul 2023 19:46:04 +0200 Subject: [PATCH] Update checkout to v3 --- .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 0b866bb..934930f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: if: "startsWith(github.event.head_commit.message, 'Build') || startsWith(github.event.head_commit.message, 'Release')" steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: build run: | make run-docker