From 016ca75ed22cdbf8b474348b300c2dc3ab58066a Mon Sep 17 00:00:00 2001 From: scribam Date: Fri, 31 May 2024 10:08:55 +0200 Subject: [PATCH] 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 0e291ae2..2e72a89c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: container: image: debian:testing steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: apt -y update - run: apt -y install g++-multilib libboost-dev make nasm yasm - run: make test