Skip to content

Commit e4d22b3

Browse files
chore: bump softprops/turnstyle from 1 to 3
Bumps [softprops/turnstyle](https://github.com/softprops/turnstyle) from 1 to 3. - [Release notes](https://github.com/softprops/turnstyle/releases) - [Changelog](https://github.com/softprops/turnstyle/blob/master/CHANGELOG.md) - [Commits](softprops/turnstyle@v1...v3) --- updated-dependencies: - dependency-name: softprops/turnstyle dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4197fea commit e4d22b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-dapps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 1
1717
steps:
1818
- name: 'Block Concurrent Executions'
19-
uses: softprops/turnstyle@v1
19+
uses: softprops/turnstyle@v3
2020
with:
2121
poll-interval-seconds: 10
2222
env:

.github/workflows/release-libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 1
1717
steps:
1818
- name: 'Block Concurrent Executions'
19-
uses: softprops/turnstyle@v1
19+
uses: softprops/turnstyle@v3
2020
with:
2121
poll-interval-seconds: 10
2222
env:

0 commit comments

Comments
 (0)