Skip to content

Commit aae920a

Browse files
committed
Update GitHub Actions workflow to use actions/checkout@v4 for improved functionality
1 parent 521d507 commit aae920a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-task_update-sponsors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout 🛎️
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212

1313
- name: Generate Sponsors 💖
1414
uses: JamesIves/github-sponsors-readme-action@v1

0 commit comments

Comments
 (0)