Skip to content

Commit ed70e9c

Browse files
authored
build: Update action turnstyle
1 parent 838cc33 commit ed70e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# we block concurrent executions because of concurrency issues
1616
# on docker build image
1717
- name: 'Block Concurrent Executions'
18-
uses: softprops/turnstyle@master
18+
uses: softprops/turnstyle@v2.3.0
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)