Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gh-stars-to-discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Cache previous stars count
id: cache_previous_stars
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: previous_stars.txt
key: stars-${{ github.repository }}-${{ github.run_id }}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
echo "${{ steps.get_stars.outputs.stars }}" > previous_stars.txt

- name: Update cache with new stars count
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: previous_stars.txt
key: stars-${{ github.repository }}-${{ github.run_id }}
Loading