Skip to content

Commit

Permalink
Update GitHub Actions workflow to use actions/checkout@v4 for improve…
Browse files Browse the repository at this point in the history
…d functionality
  • Loading branch information
jaydrogers committed Jan 8, 2025
1 parent 521d507 commit aae920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-task_update-sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate Sponsors 💖
uses: JamesIves/github-sponsors-readme-action@v1
Expand Down

0 comments on commit aae920a

Please sign in to comment.