Skip to content

Commit e8bb95c

Browse files
renovate[bot]ondrejmirtes
authored andcommitted
Update github-actions
1 parent f3427ce commit e8bb95c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/issue-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
working-directory: "issue-bot"
101101
run: "composer install --no-interaction --no-progress"
102102

103-
- uses: Wandalen/wretry.action@v3.4.0
103+
- uses: Wandalen/wretry.action@v3.5.0
104104
with:
105105
action: actions/download-artifact@v4
106106
with: |

.github/workflows/reflection-golden-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- "8.3"
7474

7575
steps:
76-
- uses: Wandalen/wretry.action@v3.4.0
76+
- uses: Wandalen/wretry.action@v3.5.0
7777
with:
7878
action: actions/download-artifact@v4
7979
with: |

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: "Check for typos"
21-
uses: "crate-ci/[email protected].8"
21+
uses: "crate-ci/[email protected].9"
2222
with:
2323
files: "README.md src/"

0 commit comments

Comments
 (0)