From 323cf496d962cb344d746412542b3bce438115f8 Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Tue, 23 Apr 2024 19:54:29 +0200 Subject: [PATCH] use date-tagged setup-ci action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2208932..69f7b94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: env: CONFIGURE_EXTRAS: ${{ matrix.CONFIGURE_EXTRAS }} steps: - - uses: spatial-model-editor/setup-ci@v1 + - uses: spatial-model-editor/setup-ci@2024.04.23 - uses: actions/checkout@v4 - run: ./build.sh - name: Upload binaries to release if commit is tagged