From 945e8b4780ae0862be7cd7a12177e29682b385ff Mon Sep 17 00:00:00 2001 From: Colin Marquardt Date: Tue, 18 Nov 2025 19:59:22 +0100 Subject: [PATCH] Update to actions/checkout@v6 --- .github/workflows/simulation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simulation.yml b/.github/workflows/simulation.yml index c2e76c3..4518248 100644 --- a/.github/workflows/simulation.yml +++ b/.github/workflows/simulation.yml @@ -7,7 +7,7 @@ jobs: simulation: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v6 with: submodules: recursive - run: docker run --rm -tv $(pwd):/src -w /src/sim -e BUILD_NAME=ACCEPTANCE ghdl/vunit:llvm make all