Skip to content

Commit 921cd3f

Browse files
ci(deps): bump restyled-io/actions in the github-actions group (#638)
Bumps the github-actions group with 1 update: [restyled-io/actions](https://github.com/restyled-io/actions). Updates `restyled-io/actions` from 4.4.9 to 4.4.12 - [Release notes](https://github.com/restyled-io/actions/releases) - [Commits](restyled-io/actions@99baa06...4202a00) --- updated-dependencies: - dependency-name: restyled-io/actions dependency-version: 4.4.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b910f7e commit 921cd3f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/restyled.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout Code
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
- name: Setup Restyled
30-
uses: restyled-io/actions/setup@99baa06083ca10257935292eb03fe8ceae58a1eb # v4.4.9
30+
uses: restyled-io/actions/setup@4202a0018b892f5d74df30531c98f7f96bde3f7b # v4.4.12
3131
- name: Run Restyled
3232
id: restyler
33-
uses: restyled-io/actions/run@99baa06083ca10257935292eb03fe8ceae58a1eb # v4.4.9
33+
uses: restyled-io/actions/run@4202a0018b892f5d74df30531c98f7f96bde3f7b # v4.4.12
3434
with:
3535
fail-on-differences: true
3636

@@ -58,9 +58,9 @@ jobs:
5858
with:
5959
repository: ${{ github.event.pull_request.head.repo.full_name }}
6060
- name: Setup Restyled
61-
uses: restyled-io/actions/setup@99baa06083ca10257935292eb03fe8ceae58a1eb # v4.4.9
61+
uses: restyled-io/actions/setup@4202a0018b892f5d74df30531c98f7f96bde3f7b # v4.4.12
6262
- name: Run Restyled
63-
uses: restyled-io/actions/run@99baa06083ca10257935292eb03fe8ceae58a1eb # v4.4.9
63+
uses: restyled-io/actions/run@4202a0018b892f5d74df30531c98f7f96bde3f7b # v4.4.12
6464
with:
6565
fail-on-differences: true
6666

@@ -70,10 +70,10 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Setup Restyled
73-
uses: restyled-io/actions/setup@99baa06083ca10257935292eb03fe8ceae58a1eb # v4.4.9
73+
uses: restyled-io/actions/setup@4202a0018b892f5d74df30531c98f7f96bde3f7b # v4.4.12
7474
- name: Run Restyled
7575
id: restyler
76-
uses: restyled-io/actions/run@99baa06083ca10257935292eb03fe8ceae58a1eb # v4.4.9
76+
uses: restyled-io/actions/run@4202a0018b892f5d74df30531c98f7f96bde3f7b # v4.4.12
7777
- name: Close Restyled PR
7878
run: gh --repo "$REPO" pr close "$BRANCH" --delete-branch || true
7979
env:

0 commit comments

Comments
 (0)