Skip to content

Commit

Permalink
Update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ondrejmirtes committed Jun 24, 2024
1 parent f3427ce commit e8bb95c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
working-directory: "issue-bot"
run: "composer install --no-interaction --no-progress"

- uses: Wandalen/wretry.action@v3.4.0
- uses: Wandalen/wretry.action@v3.5.0
with:
action: actions/download-artifact@v4
with: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reflection-golden-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- "8.3"

steps:
- uses: Wandalen/wretry.action@v3.4.0
- uses: Wandalen/wretry.action@v3.5.0
with:
action: actions/download-artifact@v4
with: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit e8bb95c

Please sign in to comment.