From ed70e9c4ae298f433d75660596e7ecb0ff81f17e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Tue, 31 Dec 2024 00:26:07 +0100 Subject: [PATCH] build: Update action turnstyle --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 726c90f..a3677d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: # we block concurrent executions because of concurrency issues # on docker build image - name: 'Block Concurrent Executions' - uses: softprops/turnstyle@master + uses: softprops/turnstyle@v2.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v4