Skip to content

Commit

Permalink
Update sponsors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed May 18, 2024
1 parent d607afd commit 2d76fcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ on:

jobs:
generate-sponsors:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: config
run: |
git config --global extensions.worktreeConfig false
git config --global worktree.guessRemoteHEAD false
- name: Checkout 🛎️
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.4
with:
persist-credentials: false

- name: config
run: |
git config --global extensions.worktreeConfig false
git config --global worktree.guessRemoteHEAD false
- name: Generate Sponsors 💖
uses: JamesIves/github-sponsors-readme-action@v1
with:
Expand Down

0 comments on commit 2d76fcf

Please sign in to comment.