Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 514c400

Browse files
ci: bump peaceiris/workflows from 0.17.1 to 0.17.2 (#32)
Bumps [peaceiris/workflows](https://github.com/peaceiris/workflows) from 0.17.1 to 0.17.2. - [Release notes](https://github.com/peaceiris/workflows/releases) - [Commits](peaceiris/workflows@v0.17.1...v0.17.2) --- updated-dependencies: - dependency-name: peaceiris/workflows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40e05ef commit 514c400

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323

24-
- uses: peaceiris/workflows/[email protected].1
24+
- uses: peaceiris/workflows/[email protected].2
2525
with:
2626
node-version-file: ".nvmrc"
2727

.github/workflows/dependabot-helper.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: peaceiris/workflows/[email protected].1
21+
- uses: peaceiris/workflows/[email protected].2
2222

23-
- uses: peaceiris/workflows/[email protected].1
23+
- uses: peaceiris/workflows/[email protected].2
2424
with:
2525
node-version-file: ".nvmrc"
2626

.github/workflows/release-helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: peaceiris/workflows/[email protected].1
15+
- uses: peaceiris/workflows/[email protected].2
1616
- name: Update major tag
1717
run: |
1818
TAG_MAJOR="${GITHUB_REF_NAME%%.*}"

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: peaceiris/workflows/[email protected].1
30+
- uses: peaceiris/workflows/[email protected].2
3131
with:
3232
node-version-file: ".nvmrc"
3333

34-
- uses: peaceiris/workflows/[email protected].1
34+
- uses: peaceiris/workflows/[email protected].2
3535

3636
- run: npm ci
3737

0 commit comments

Comments
 (0)