Skip to content

Commit 76d80e7

Browse files
Update github-actions
1 parent 80c1df2 commit 76d80e7

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].2
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].2
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/[email protected].0"
21+
uses: "crate-ci/[email protected].3"
2222
with:
2323
files: "README.md src/"

0 commit comments

Comments
 (0)