Skip to content

Commit 14badb6

Browse files
Update github-actions
1 parent ecdd6c6 commit 14badb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/issue-bot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
working-directory: "issue-bot"
9898
run: "composer install --no-interaction --no-progress"
9999

100-
- uses: Wandalen/[email protected].0
100+
- uses: Wandalen/[email protected].3
101101
with:
102102
action: actions/download-artifact@v4
103103
with: |

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- "8.4"
7474

7575
steps:
76-
- uses: Wandalen/[email protected].0
76+
- uses: Wandalen/[email protected].3
7777
with:
7878
action: actions/download-artifact@v4
7979
with: |

.github/workflows/spelling.yml

+1-1
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/typos@v1.27.0"
21+
uses: "crate-ci/typos@v1.28.3"
2222
with:
2323
files: "README.md src/"

0 commit comments

Comments
 (0)