[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: Update checkout and setup-node versions due to node deprecation

FoxxMD (Apr 6, 2026, 6:28 PM UTC) 194a0e78 04027e87

+6 -6
+3 -3
.github/workflows/docsDeploy.yml
··· 12 12 name: Deploy to GitHub Pages 13 13 runs-on: ubuntu-latest 14 14 steps: 15 - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 #v4.3.0 15 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 16 16 with: 17 17 persist-credentials: false 18 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #4.4.0 18 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #6.3.0 19 19 with: 20 - node-version: 20 20 + node-version: 24 21 21 cache: npm 22 22 23 23 - name: Install app dev dependencies
+1 -1
.github/workflows/publishImage.yml
··· 72 72 73 73 74 74 - name: Check out the repo 75 - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 #v4.3.0 75 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 76 76 with: 77 77 persist-credentials: false 78 78
+2 -2
.github/workflows/testAndSanity.yml
··· 19 19 runs-on: ubuntu-latest 20 20 steps: 21 21 - name: Check out the repo 22 - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 #v4.3.0 22 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 23 23 with: 24 24 ref: ${{ inputs.ref }} 25 25 persist-credentials: false 26 26 - name: Use Node.js 27 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #4.4.0 27 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #6.3.0 28 28 with: 29 29 node-version: ${{ inputs.node-version }} 30 30 cache: 'npm'