Skip to content

Commit e2efee5

Browse files
chore(deps): update nixysoftware/.github action to v0.3.1 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d6a88e commit e2efee5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ permissions:
1212
jobs:
1313
commits:
1414
name: Commits
15-
uses: NixySoftware/.github/.github/workflows/commits.yml@9704b92a2cefe90342562266d127a0c9dd132640 # v0.2.0
15+
uses: NixySoftware/.github/.github/workflows/commits.yml@473618d5365410901e83901c7d7066922a60ef4a # v0.3.1
1616

1717
typescript:
1818
name: TypeScript
19-
uses: NixySoftware/.github/.github/workflows/typescript.yml@9704b92a2cefe90342562266d127a0c9dd132640 # v0.2.0
19+
uses: NixySoftware/.github/.github/workflows/typescript.yml@473618d5365410901e83901c7d7066922a60ef4a # v0.3.1
2020
with:
2121
enable-test: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
publish:
1414
name: Publish
15-
uses: NixySoftware/.github/.github/workflows/publish.yml@9704b92a2cefe90342562266d127a0c9dd132640 # v0.2.0
15+
uses: NixySoftware/.github/.github/workflows/publish.yml@473618d5365410901e83901c7d7066922a60ef4a # v0.3.1
1616
with:
1717
enable-rust: false
1818
enable-typescript: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
release:
2020
name: Release
21-
uses: NixySoftware/.github/.github/workflows/release.yml@9704b92a2cefe90342562266d127a0c9dd132640 # v0.2.0
21+
uses: NixySoftware/.github/.github/workflows/release.yml@473618d5365410901e83901c7d7066922a60ef4a # v0.3.1
2222
with:
2323
bump: ${{ inputs.bump }}
2424
bump-rust: false

0 commit comments

Comments
 (0)