Skip to content

Commit f30a021

Browse files
Thomas Thorogoodgithub-actions[bot]
andauthored
Patch dependencies. (#26)
* Patch dependencies. * [Bot] Update version to 1.1.0 * Update to use newer version of uwit-iam/actions * Set version to 1.1.1 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f5cf3b3 commit f30a021

File tree

3 files changed

+218
-252
lines changed

3 files changed

+218
-252
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: uwit-iam/actions/require-semver-guidance-label@0.1.8
12+
- uses: uwit-iam/actions/require-semver-guidance-label@0.1
1313
with:
1414
github-token: ${{ github.token }}
1515
id: guidance
16-
- uses: uwit-iam/actions/update-pr-branch-version@0.1.8
16+
- uses: uwit-iam/actions/update-pr-branch-version@0.1
1717
with:
1818
github-token: ${{ github.token }}
1919
version-guidance: ${{ steps.guidance.output.guidance }}

0 commit comments

Comments
 (0)