We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db46c94 commit c14ea5eCopy full SHA for c14ea5e
.github/workflows/issue-bot.yml
@@ -97,7 +97,7 @@ jobs:
97
working-directory: "issue-bot"
98
run: "composer install --no-interaction --no-progress"
99
100
- - uses: Wandalen/wretry.action@v3.7.0
+ - uses: Wandalen/wretry.action@v3.8.0
101
with:
102
action: actions/download-artifact@v4
103
with: |
.github/workflows/reflection-golden-test.yml
@@ -73,7 +73,7 @@ jobs:
73
- "8.4"
74
75
steps:
76
77
78
79
.github/workflows/spelling.yml
@@ -18,6 +18,6 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: "Check for typos"
21
- uses: "crate-ci/typos@v1.27.0"
+ uses: "crate-ci/typos@v1.31.1"
22
23
files: "README.md src/"
0 commit comments